diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-08-28 13:45:27 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-08-28 13:45:27 +0000 |
| commit | 62e1ae69768156c1f4db4a7193f74af944ab34f6 (patch) | |
| tree | 9ca7c9e32536cec8d6ee7c8db20339af63a13d75 /src | |
| parent | 970bd864334fd3377a10dfadc782e48aea04ca83 (diff) | |
Fix bad #elif (Matthias, please check your commits more closely, thanks!)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3796 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Image.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index 37cbb5830..8cf8af3fa 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.34 2004/08/27 21:57:18 matthiaswm Exp $" +// "$Id: Fl_Image.cxx,v 1.5.2.3.2.35 2004/08/28 13:45:27 easysw Exp $" // // Image drawing code for the Fast Light Tool Kit (FLTK). // @@ -127,7 +127,7 @@ void Fl_RGB_Image::uncache() { #ifdef __APPLE_QUARTZ__ if (id) CGImageRelease((CGImageRef)id); -#elif +#else if (id) { fl_delete_offscreen((Fl_Offscreen)id); id = 0; @@ -418,5 +418,5 @@ void Fl_RGB_Image::label(Fl_Menu_Item* m) { // -// End of "$Id: Fl_Image.cxx,v 1.5.2.3.2.34 2004/08/27 21:57:18 matthiaswm Exp $". +// End of "$Id: Fl_Image.cxx,v 1.5.2.3.2.35 2004/08/28 13:45:27 easysw Exp $". // |
