From 41eb37606010baa8568ee3698669973f2d05e224 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 6 May 2018 15:03:04 +0000 Subject: 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 --- FL/Fl_Graphics_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL/Fl_Graphics_Driver.H') 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);} -- cgit v1.2.3