diff options
| author | Manolo Gouy <Manolo> | 2018-03-28 13:00:12 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-03-28 13:00:12 +0000 |
| commit | 458d0636436b5f25e444dc285007dceac296c2ee (patch) | |
| tree | 88510e081d4f4199db92879b4a1960ea22204769 /src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H | |
| parent | 29bda776bb78352b331771bd1169de31e4edc1be (diff) | |
Image classes: memorise the width and the height of the cached form of the image to support GUI scaling
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12811 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H index 7d74b70e1..785c76369 100644 --- a/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H +++ b/src/drivers/Xlib/Fl_Xlib_Graphics_Driver.H @@ -101,6 +101,7 @@ protected: static Window draw_window; static struct _XftDraw* draw_; #endif + Fl_Offscreen cache_rgb(Fl_RGB_Image *img); public: Fl_Xlib_Graphics_Driver(void); virtual ~Fl_Xlib_Graphics_Driver(); |
