From 2c61d60470b0583614437950066b2f63c4ac2782 Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Sun, 30 Sep 2001 20:25:36 +0000
Subject: Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/osissues.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'documentation/osissues.html')
diff --git a/documentation/osissues.html b/documentation/osissues.html
index f9ec4a51a..4eede262b 100644
--- a/documentation/osissues.html
+++ b/documentation/osissues.html
@@ -48,7 +48,7 @@ until they complete. In particular if a callback pops up a modal
window (by calling fl_ask(),
for instance) it will not return until the modal function returns.
Drawing using Xlib
- The following global variables are set before Fl_Widget::draw()
+ The following global variables are set before Fl_Widget::draw()
is called, or by
Fl_Window::make_current():
@@ -75,12 +75,12 @@ Fl_Window being drawn.
Returns the X pixel number used to draw the given FLTK color index or
-RGB color. This is the X pixel that fl_color()
+RGB color. This is the X pixel that fl_color()
would use.
Points at the font selected by the most recent
fl_font(). This is not necessarily the current font of
-fl_gc, which is not set until fl_draw()
+fl_gc, which is not set until fl_draw()
is called.
Changing the Display, Screen, or X Visual
FLTK uses only a single display, screen, X visual, and X colormap.
@@ -296,7 +296,7 @@ shown().
handle, or NULL if not found. This uses a cache so it is
slightly faster than iterating through the windows yourself.
Drawing Things Using the WIN32 GDI
- When the virtual function Fl_Widget::draw() is called, FLTK
+ When the virtual function Fl_Widget::draw() is called, FLTK
has stashed in some global variables all the silly extra arguments you
need to make a proper GDI call. These are: