Author: greg.ercolano
Date: 2009-09-07 14:17:08 -0700 (Mon, 07 Sep 2009)
New Revision: 6851
Log:
    Small mod to FL_BLINE to follow similar mod in Fl_Browser's FL_BLINE
    which was made in order to solve STR #1739.

    Thanks to SebHoll for pointing this out.



Modified:
   branches/branch-1.3/src/Fl_File_Browser.cxx

Modified: branches/branch-1.3/src/Fl_File_Browser.cxx
===================================================================
--- branches/branch-1.3/src/Fl_File_Browser.cxx 2009-09-07 02:25:51 UTC (rev 
6850)
+++ branches/branch-1.3/src/Fl_File_Browser.cxx 2009-09-07 21:17:08 UTC (rev 
6851)
@@ -42,6 +42,7 @@
 #include <FL/Fl_File_Browser.H>
 #include <FL/fl_draw.H>
 #include <FL/filename.H>
+#include <FL/Fl_Image.H>       // icon
 #include <stdio.h>
 #include <stdlib.h>
 #include "flstring.h"
@@ -85,6 +86,7 @@
   FL_BLINE     *prev;          // Previous item in list
   FL_BLINE     *next;          // Next item in list
   void         *data;          // Pointer to data (function)
+  Fl_Image      *icon;         // Pointer to optional icon
   short                length;         // sizeof(txt)-1, may be longer than 
string
   char         flags;          // selected, displayed
   char         txt[1];         // start of allocated array

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to