diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-14 16:19:48 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-08-14 16:19:48 +0000 |
| commit | 1aecada52cd42120137dda305c263fde27518352 (patch) | |
| tree | 3f4b5fb11f9bdb95ea9bed51862b7d869de3ce75 /FL/Fl_Shared_Image.H | |
| parent | 019f933251bc5b49a297dfe28ca8623de71c5bd3 (diff) | |
DLL changes (still some more to go...)
Move BMP, GIF, and PNM image loaders to fltkimages project.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2583 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Shared_Image.H')
| -rw-r--r-- | FL/Fl_Shared_Image.H | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/FL/Fl_Shared_Image.H b/FL/Fl_Shared_Image.H index d174b09a7..ee3327d31 100644 --- a/FL/Fl_Shared_Image.H +++ b/FL/Fl_Shared_Image.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Shared_Image.H,v 1.22.2.6 2002/07/14 21:25:39 easysw Exp $" +// "$Id: Fl_Shared_Image.H,v 1.22.2.7 2002/08/14 16:19:48 easysw Exp $" // // Shared image header file for the Fast Light Tool Kit (FLTK). // @@ -53,11 +53,11 @@ class FL_EXPORT Fl_Shared_Image : public Fl_Image { static int compare(Fl_Shared_Image **i0, Fl_Shared_Image **i1); // Use get() and release() to load/delete images in memory... - FL_EXPORT Fl_Shared_Image(); - FL_EXPORT Fl_Shared_Image(const char *n, Fl_Image *img = 0); - FL_EXPORT virtual ~Fl_Shared_Image(); - FL_EXPORT void add(); - FL_EXPORT void update(); + Fl_Shared_Image(); + Fl_Shared_Image(const char *n, Fl_Image *img = 0); + virtual ~Fl_Shared_Image(); + void add(); + void update(); public: @@ -92,5 +92,5 @@ FL_EXPORT extern void fl_register_images(); #endif // !Fl_Shared_Image_H // -// End of "$Id: Fl_Shared_Image.H,v 1.22.2.6 2002/07/14 21:25:39 easysw Exp $" +// End of "$Id: Fl_Shared_Image.H,v 1.22.2.7 2002/08/14 16:19:48 easysw Exp $" // |
