diff options
Diffstat (limited to 'documentation/src/osissues.dox')
| -rw-r--r-- | documentation/src/osissues.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index 95184dd29..ded59bc89 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -728,7 +728,7 @@ is expected to call Quartz drawing functions. The Quartz coordinate system is flipped to match FLTK's coordinate system. The origin for all drawing is in the top left corner of the enclosing Fl_Window. The global variable -\c fl_gc is the appropriate Quartz 2D drawing environment. +\c fl_gc (of type \c CGContextRef) is the appropriate Quartz 2D drawing environment. Include FL/x.H to declare the \c fl_gc variable. Fl_Double_Window |
