Browse Source

Necessary after changes brought in r.8113

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8118 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
pull/49/head
Manolo Gouy 15 years ago
parent
commit
e2e953d13b
  1. 2
      FL/Fl_PostScript.H

2
FL/Fl_PostScript.H

@ -221,7 +221,7 @@ public: @@ -221,7 +221,7 @@ public:
*/
class Fl_PostScript_File_Device : public Fl_Paged_Device {
#ifdef __APPLE__
CGContextRef gc;
Fl_CGContextRef gc;
#endif
protected:
Fl_PostScript_Graphics_Driver *driver();

Loading…
Cancel
Save