From b3d9c227bc6d167fe24fc21e318c04a05d810be8 Mon Sep 17 00:00:00 2001 From: "Carl E. Thompson" Date: Sat, 10 Jun 2000 19:30:01 +0000 Subject: Made sure all draw()s were protected and all handle()s were public. (Most were already.) Looks like I forgot to commit those changes to eliminate Mesa dependancy in the code. Here it is. Carl git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1189 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Box.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Box.H') diff --git a/FL/Fl_Box.H b/FL/Fl_Box.H index 769f6f49b..3dec60de6 100644 --- a/FL/Fl_Box.H +++ b/FL/Fl_Box.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Box.H,v 1.5.2.2 2000/06/05 21:20:19 mike Exp $" +// "$Id: Fl_Box.H,v 1.5.2.3 2000/06/10 19:29:58 carl Exp $" // // Box header file for the Fast Light Tool Kit (FLTK). // @@ -31,6 +31,7 @@ #endif class Fl_Box : public Fl_Widget { +protected: FL_EXPORT void draw(); public: FL_EXPORT Fl_Box(int x, int y, int w, int h, const char *l=0) @@ -42,5 +43,5 @@ public: #endif // -// End of "$Id: Fl_Box.H,v 1.5.2.2 2000/06/05 21:20:19 mike Exp $". +// End of "$Id: Fl_Box.H,v 1.5.2.3 2000/06/10 19:29:58 carl Exp $". // -- cgit v1.2.3