From 1775984dbea2b186a9cd7b5a8b697558028e7da9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 3 Jan 2002 08:08:21 +0000 Subject: cleaned up src/Fl_mac.cxx, fixed Fl::wait(0.0), fixed Cmd-Q handling git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1905 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Image.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Fl_Image.cxx') diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 584cb8428..785b5d86d 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_Image.cxx,v 1.5.2.3.2.13 2002/01/01 15:11:30 easysw Exp $" +// "$Id: Fl_Image.cxx,v 1.5.2.3.2.14 2002/01/03 08:08:21 matthiaswm Exp $" // // Image drawing code for the Fast Light Tool Kit (FLTK). // @@ -345,7 +345,7 @@ void Fl_RGB_Image::draw(int XP, int YP, int WP, int HP, int cx, int cy) { fl_copy_offscreen(X, Y, W, H, id, cx, cy); } #elif defined(__APPLE__) - //+ Need to implement masking/alpha blend!!! + // \todo Mac : alpha blending not yet implemented fl_copy_offscreen(X, Y, W, H, id, cx, cy); #else if (mask) { @@ -378,5 +378,5 @@ void Fl_RGB_Image::label(Fl_Menu_Item* m) { // -// End of "$Id: Fl_Image.cxx,v 1.5.2.3.2.13 2002/01/01 15:11:30 easysw Exp $". +// End of "$Id: Fl_Image.cxx,v 1.5.2.3.2.14 2002/01/03 08:08:21 matthiaswm Exp $". // -- cgit v1.2.3