summaryrefslogtreecommitdiff
path: root/FL/Fl_Copy_Surface.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Copy_Surface.H')
-rw-r--r--FL/Fl_Copy_Surface.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/FL/Fl_Copy_Surface.H b/FL/Fl_Copy_Surface.H
index 6b3f50799..b598e8dd0 100644
--- a/FL/Fl_Copy_Surface.H
+++ b/FL/Fl_Copy_Surface.H
@@ -64,6 +64,9 @@ private:
#elif defined(WIN32)
HDC oldgc;
HDC gc;
+#elif defined(FL_PORTING)
+# pragma message "FL_PORTING: define variables to hold a native offscreen bitmap in Fl_Copy_Surface"
+ // no default implementation
#else // Xlib
Fl_Offscreen xid;
Window oldwindow;
@@ -115,6 +118,10 @@ public:
virtual ~Fl_GDI_Surface_();
};
+#elif defined(FL_PORTING)
+
+# pragma message "FL_PORTING: define a drawing surface for your platform"
+
#elif !defined(FL_DOXYGEN)
/* Xlib class to implement translate()/untranslate() */