From 0b406baa0f05d8b829d2c35b10c8450e7628be53 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 27 Feb 2016 13:52:27 +0000 Subject: Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object. These functions become therefore platform-independent. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11241 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Graphics_Driver.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Graphics_Driver.H') diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 4f42af878..4d2f675b9 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -253,11 +253,11 @@ public: virtual void gc(void*) {} /** Returns the driver-specific graphics context, of NULL if there's none. */ virtual void *gc(void) {return NULL;} -protected: /** Support for pixmap drawing */ virtual uchar **mask_bitmap() { return 0; } /** Support for pixmap drawing */ virtual void mask_bitmap(uchar **) {} +protected: // --- implementation is in src/fl_vertex.cxx which includes src/cfg_gfx/xxx_rect.cxx virtual void transformed_vertex0(COORD_T x, COORD_T y); virtual void fixloop(); -- cgit v1.2.3