diff options
| author | Manolo Gouy <Manolo> | 2016-11-08 21:59:26 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-11-08 21:59:26 +0000 |
| commit | a5b584f8f6db497e45fd1693a22511374acaa02d (patch) | |
| tree | b54ec008d18ff7c4fe4dfb0a7af604b0f3427c97 /FL | |
| parent | 0c878d136c585881399752700651831053b3e5a9 (diff) | |
MacOS: use less temporary copies of image data for image printing.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12086 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -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 73c050597..be18cefa0 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -135,6 +135,8 @@ protected: virtual Fl_Bitmask create_bitmask(int w, int h, const uchar *array) {return 0; } /** Support function for image drawing */ virtual void delete_bitmask(Fl_Bitmask bm) {} + // Support function for image drawing + virtual void uncache_pixmap(fl_uintptr_t p); // accessor functions to protected image members int start_image(Fl_Image *img, int XP, int YP, int WP, int HP, int &cx, int &cy, int &X, int &Y, int &W, int &H); |
