diff options
| author | Manolo Gouy <Manolo> | 2018-05-06 15:03:04 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-05-06 15:03:04 +0000 |
| commit | 41eb37606010baa8568ee3698669973f2d05e224 (patch) | |
| tree | 21157b6a1b69cfed6684ffe1ed921578bb462af9 /FL/Fl_Graphics_Driver.H | |
| parent | ccae86b291cb25076238d419c0dc75bf9d35cb68 (diff) | |
Make member function Fl_Image_Surface::get_offscreen_before_delete() be private.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12904 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index c8153baf3..79bbfcefc 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -33,6 +33,7 @@ class Fl_Graphics_Driver; class Fl_Font_Descriptor; +class Fl_Image_Surface; /** \brief Points to the driver that currently receives all graphics requests */ FL_EXPORT extern Fl_Graphics_Driver *fl_graphics_driver; @@ -249,6 +250,7 @@ protected: pwidth = &(rgb->cache_w_); pheight = &(rgb->cache_h_); } + static Fl_Offscreen get_offscreen_and_delete_image_surface(Fl_Image_Surface*); /** For internal library use only */ static void draw_empty(Fl_Image* img, int X, int Y) {img->draw_empty(X, Y);} |
