diff options
| author | Manolo Gouy <Manolo> | 2016-03-04 22:41:42 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-04 22:41:42 +0000 |
| commit | 79c64c461d890206f3ea54e1982fce3f4d7401f3 (patch) | |
| tree | ccf9cf222b21de806aff4a0fa12f34e369382e21 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H | |
| parent | a46e324405a535fcfb5ad7b4097a6a16e8bf58fc (diff) | |
Fix a problem seen in fluid on the Mac OS platform - continued.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11286 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H index 94bbf000c..51316360d 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H @@ -59,6 +59,7 @@ public: void draw_image_mono(const uchar* buf, int X,int Y,int W,int H, int D=1, int L=0); void draw_image_mono(Fl_Draw_Image_Cb cb, void* data, int X,int Y,int W,int H, int D=1); fl_uintptr_t cache(Fl_Pixmap *img, int w, int h, const char *const*array); + void uncache(Fl_Pixmap *img); fl_uintptr_t cache(Fl_Bitmap *img, int w, int h, const uchar *array); void uncache(Fl_RGB_Image *img, fl_uintptr_t &id_, fl_uintptr_t &mask_); void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy); |
