summaryrefslogtreecommitdiff
path: root/src/Fl_File_Browser.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2002-08-13 15:42:44 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2002-08-13 15:42:44 +0000
commitf0ea022d0ee8bc3d039f3111430b65178d46aea4 (patch)
treec88dcc84f7288408d3876b27c7f2b4d4d05a2cd9 /src/Fl_File_Browser.cxx
parent0c1ff39ccd194cf8338798575e4a509b592b41c9 (diff)
Use box function to redraw Fl_Browser_, Fl_Input_, and Fl_Slider.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2580 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Browser.cxx')
-rw-r--r--src/Fl_File_Browser.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_File_Browser.cxx b/src/Fl_File_Browser.cxx
index aa79e3b4c..3fb666163 100644
--- a/src/Fl_File_Browser.cxx
+++ b/src/Fl_File_Browser.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_File_Browser.cxx,v 1.1.2.22 2002/08/09 23:49:52 easysw Exp $"
+// "$Id: Fl_File_Browser.cxx,v 1.1.2.23 2002/08/13 15:42:44 easysw Exp $"
//
// Fl_File_Browser routines.
//
@@ -256,7 +256,7 @@ Fl_File_Browser::item_draw(void *p, // I - List item data
int X, // I - Upper-lefthand X coordinate
int Y, // I - Upper-lefthand Y coordinate
int W, // I - Width of item
- int H) const// I - Height of item
+ int) const // I - Height of item
{
int i; // Looping var
FL_BLINE *line; // Pointer to line
@@ -643,5 +643,5 @@ Fl_File_Browser::filter(const char *pattern) // I - Pattern string
//
-// End of "$Id: Fl_File_Browser.cxx,v 1.1.2.22 2002/08/09 23:49:52 easysw Exp $".
+// End of "$Id: Fl_File_Browser.cxx,v 1.1.2.23 2002/08/13 15:42:44 easysw Exp $".
//