summaryrefslogtreecommitdiff
path: root/FL/Fl_PostScript.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-09-14 15:17:32 +0000
committerManolo Gouy <Manolo>2011-09-14 15:17:32 +0000
commit1a9b72429e76980e4f888c987943df4cb3d3d64d (patch)
tree99a1cbbfdcae7353280f0f9c30f938d1cd25b58b /FL/Fl_PostScript.H
parent58076d7a268a6b67eaeeb0a9c1d63a5a5dba8a6e (diff)
Improved how the system-dependent global variable fl_gc is declared
with or without declaring the FL_INTERNALS preprocessor variable. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9035 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_PostScript.H')
-rw-r--r--FL/Fl_PostScript.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_PostScript.H b/FL/Fl_PostScript.H
index e73d0eab1..827a7fbf2 100644
--- a/FL/Fl_PostScript.H
+++ b/FL/Fl_PostScript.H
@@ -206,7 +206,7 @@ class Clip {
*/
class FL_EXPORT Fl_PostScript_File_Device : public Fl_Paged_Device {
#ifdef __APPLE__
- Fl_CGContextRef gc;
+ CGContextRef gc;
#endif
protected:
Fl_PostScript_Graphics_Driver *driver();