From e60b85f94cdf4058c1a9e2b5d5133e2d9b46ca44 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Mon, 7 Sep 2009 21:17:08 +0000 Subject: 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. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_File_Browser.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Fl_File_Browser.cxx') diff --git a/src/Fl_File_Browser.cxx b/src/Fl_File_Browser.cxx index 01b0eb56c..08f51f7c3 100644 --- a/src/Fl_File_Browser.cxx +++ b/src/Fl_File_Browser.cxx @@ -42,6 +42,7 @@ #include #include #include +#include // icon #include #include #include "flstring.h" @@ -85,6 +86,7 @@ struct FL_BLINE // data is in a linked list of these 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 -- cgit v1.2.3