diff options
| author | Manolo Gouy <Manolo> | 2016-03-04 22:30:18 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-04 22:30:18 +0000 |
| commit | a46e324405a535fcfb5ad7b4097a6a16e8bf58fc (patch) | |
| tree | ee03135087777a5b1558f258192f93ac97803937 /FL/Fl_Graphics_Driver.H | |
| parent | 7c5c803ca99ca352343051c0ad0441ed895f27d7 (diff) | |
Fix a problem seen in fluid on the Mac OS platform.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11285 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 4d2f675b9..2c21445b8 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -221,6 +221,7 @@ public: // --- implementation is in src/fl_image.cxx which includes src/drivers/xxx/Fl_xxx_Graphics_Driver_font.cxx virtual Fl_Bitmask create_bitmask(int w, int h, const uchar *array) = 0; virtual fl_uintptr_t cache(Fl_Pixmap *img, int w, int h, const char *const*array) { return 0; } + virtual void uncache(Fl_Pixmap *img) { } virtual fl_uintptr_t cache(Fl_Bitmap *img, int w, int h, const uchar *array) { return 0; } virtual void uncache(Fl_RGB_Image *img, fl_uintptr_t &id_, fl_uintptr_t &mask_) { } virtual void delete_bitmask(Fl_Bitmask bm) = 0; |
