From ad9546204c3ba4010e451a7496880f7fc6486bd4 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 10 May 2002 00:18:37 +0000 Subject: Use 16x16 KDE icon images by default. Tweek plastic boxtypes (didn't draw to the edge of the bounding box) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2205 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_File_Icon.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'FL/Fl_File_Icon.H') diff --git a/FL/Fl_File_Icon.H b/FL/Fl_File_Icon.H index 5bb4c76f2..fc8096fe1 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.5 2002/01/01 15:11:27 easysw Exp $" +// "$Id: Fl_File_Icon.H,v 1.1.2.6 2002/05/10 00:18:37 easysw Exp $" // // Fl_File_Icon definitions. // @@ -95,6 +95,7 @@ class Fl_File_Icon //// Icon data FL_EXPORT void load(const char *f); FL_EXPORT int load_fti(const char *fti); FL_EXPORT int load_image(const char *i); + Fl_File_Icon *next() { return (next_); } const char *pattern() { return (pattern_); } int size() { return (num_data_); } int type() { return (type_); } @@ -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.5 2002/01/01 15:11:27 easysw Exp $". +// End of "$Id: Fl_File_Icon.H,v 1.1.2.6 2002/05/10 00:18:37 easysw Exp $". // -- cgit v1.2.3