summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-04-16 08:03:16 +0000
committerManolo Gouy <Manolo>2018-04-16 08:03:16 +0000
commite85fd31f548b2b7a90ed2f401ac934ce7fc49bc4 (patch)
tree40745b70a6b11c82cac998ecdf2439e9ed0e0550
parenta70846730b12cb0c7814c9ec43876ddcd0b7217d (diff)
Comments only: complete "Implementation note about image drawing" about how to destroy cached images.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12841 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--FL/Fl_Graphics_Driver.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index ddf67a833..295a8e2e0 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -128,8 +128,8 @@ and
Fl_Graphics_Driver::draw_rgb() which runs Fl_GDI_Graphics_Driver::draw_fixed(Fl_RGB_Image*,...).
Graphics drivers also implement cache(Fl_Pixmap*), cache(Fl_Bitmap*) and cache(Fl_RGB_Image*)
- to compute the cached form of all image types, and uncache(Fl_RGB_Image *img,...) and
- uncache_pixmap(fl_uintptr_t p) to destroy cached image forms.
+ to compute the cached form of all image types, and uncache(Fl_RGB_Image *,...),
+ uncache_pixmap(fl_uintptr_t) and delete_bitmask(Fl_Bitmask) to destroy cached image forms.
*/
private:
virtual void draw_fixed(Fl_Pixmap *pxm,int XP, int YP, int WP, int HP, int cx, int cy) {}