mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Necessary after changes brought in r.8113
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8118 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -221,7 +221,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
class Fl_PostScript_File_Device : public Fl_Paged_Device {
|
class Fl_PostScript_File_Device : public Fl_Paged_Device {
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
CGContextRef gc;
|
Fl_CGContextRef gc;
|
||||||
#endif
|
#endif
|
||||||
protected:
|
protected:
|
||||||
Fl_PostScript_Graphics_Driver *driver();
|
Fl_PostScript_Graphics_Driver *driver();
|
||||||
|
|||||||
Reference in New Issue
Block a user