From a721b4ad00eb6bfa5483d62ed2461f15ca94a407 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 15 Jan 2002 02:17:19 +0000 Subject: Doco and makefile updates from SGI. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1934 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/osissues.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/osissues.html') diff --git a/documentation/osissues.html b/documentation/osissues.html index e454bb5a3..99af09039 100644 --- a/documentation/osissues.html +++ b/documentation/osissues.html @@ -88,7 +88,7 @@ window does not belong to FLTK and the add_handler() functions all return 0, this function will return false.

Besides feeding events your code should call Fl::flush() +href="Fl.html#Fl.flush">Fl::flush() periodically so that FLTK redraws its windows.

This function will call the callback functions. It will not @@ -148,7 +148,7 @@ colormap. This greatly simplifies its internal structure and makes it much smaller and faster. You can change which it uses by setting global variables before the first Fl_Window::show() is called. You may also want to -call Fl::visual(), which is +call Fl::visual(), which is a portable interface to get a full color and/or double buffered visual. @@ -392,7 +392,7 @@ functions are called.

This variable contains the most recent message read by GetMessage, which is called by Fl::wait(). This may not be the +href="Fl.html#Fl.wait">Fl::wait(). This may not be the most recent message sent to an FLTK window, because silly WIN32 calls the handle procedures directly for some events (sigh). -- cgit v1.2.3