From 8276f8b3079d1fb772e6120bc36c6bb39b28fd67 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 20 Oct 2002 03:13:56 +0000 Subject: Implement Fl_Shared_Image::uncache(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2679 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Shared_Image.cxx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Fl_Shared_Image.cxx b/src/Fl_Shared_Image.cxx index 586767442..2712d1fbc 100644 --- a/src/Fl_Shared_Image.cxx +++ b/src/Fl_Shared_Image.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Shared_Image.cxx,v 1.23.2.17 2002/10/11 14:17:24 easysw Exp $" +// "$Id: Fl_Shared_Image.cxx,v 1.23.2.18 2002/10/20 03:13:56 easysw Exp $" // // Shared image code for the Fast Light Tool Kit (FLTK). // @@ -333,6 +333,17 @@ Fl_Shared_Image::draw(int X, int Y, int W, int H, int cx, int cy) { } +// +// 'Fl_Shared_Image::uncache()' - Uncache the shared image... +// + +void +Fl_Shared_Image::uncache() +{ + if (image_) image_->uncache(); +} + + // // 'Fl_Shared_Image::find()' - Find a shared image... // @@ -455,5 +466,5 @@ Fl_Shared_Image::remove_handler(Fl_Shared_Handler f) { // -// End of "$Id: Fl_Shared_Image.cxx,v 1.23.2.17 2002/10/11 14:17:24 easysw Exp $". +// End of "$Id: Fl_Shared_Image.cxx,v 1.23.2.18 2002/10/20 03:13:56 easysw Exp $". // -- cgit v1.2.3