diff options
Diffstat (limited to 'FL/Fl_Image_Surface.H')
| -rw-r--r-- | FL/Fl_Image_Surface.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Image_Surface.H b/FL/Fl_Image_Surface.H index f46e6dd3d..26da75643 100644 --- a/FL/Fl_Image_Surface.H +++ b/FL/Fl_Image_Surface.H @@ -107,6 +107,10 @@ protected: int printable_rect(int *w, int *h) {*w = width; *h = height; return 0;} virtual Fl_RGB_Image *image() {return NULL;} virtual void end_current() {} + /** Each platform implements this function its own way. + It returns an object implementing all virtual functions + of class Fl_Image_Surface_Driver for the plaform. + */ static Fl_Image_Surface_Driver *newImageSurfaceDriver(int w, int h, int high_res, Fl_Offscreen off); }; |
