Added the name of the type of the fl_gc global variable under Mac OS.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9036 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2011-09-14 15:19:20 +00:00
parent 1a9b72429e
commit d7a17442fd
+1 -1
View File
@@ -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