diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 15:27:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-11-17 15:27:15 +0000 |
| commit | ab1e093308daf6252ee0940bc05fe515246a440a (patch) | |
| tree | ec84974447628b8aeee04dd5adc434dd57b3c443 /FL/Fl_File_Icon.H | |
| parent | 74bff0b300b7a44b92d0c41792657e04fbeaee0c (diff) | |
Don't use -lsupc++ with gcc 2.96; just tried it on RH 7.2 and that
library isn't present or needed.
PNG image support updates for Fl_Help_View and Fl_File_Icon; didn't
handle transparency properly.
Support KDE 2.x icons.
Separate image/load_system_icons code from main Fl_File_Icon sources,
so that apps that don't use load_system_icons() won't need the image
libraries...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1687 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_File_Icon.H')
| -rw-r--r-- | FL/Fl_File_Icon.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_File_Icon.H b/FL/Fl_File_Icon.H index 6838e4e31..15260e14b 100644 --- a/FL/Fl_File_Icon.H +++ b/FL/Fl_File_Icon.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_File_Icon.H,v 1.1.2.2 2001/10/29 03:44:31 easysw Exp $" +// "$Id: Fl_File_Icon.H,v 1.1.2.3 2001/11/17 15:27:14 easysw Exp $" // // Fl_File_Icon definitions. // @@ -94,6 +94,7 @@ class Fl_File_Icon //// Icon data FL_EXPORT static void labeltype(const Fl_Label *o, int x, int y, int w, int h, Fl_Align a); FL_EXPORT void load(const char *f); FL_EXPORT void load_fti(const char *fti); + FL_EXPORT void load_png(const char *png); FL_EXPORT void load_xpm(const char *xpm); const char *pattern() { return (pattern_); } int size() { return (num_data_); } @@ -108,5 +109,5 @@ class Fl_File_Icon //// Icon data #endif // !_Fl_Fl_File_Icon_H_ // -// End of "$Id: Fl_File_Icon.H,v 1.1.2.2 2001/10/29 03:44:31 easysw Exp $". +// End of "$Id: Fl_File_Icon.H,v 1.1.2.3 2001/11/17 15:27:14 easysw Exp $". // |
