summaryrefslogtreecommitdiff
path: root/FL/Fl_Menu_.H
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-08-09 06:19:33 +0000
committerBill Spitzak <spitzak@gmail.com>1999-08-09 06:19:33 +0000
commit7508ce1e31fb3ab2d6699a95ffb7711e74a2516e (patch)
tree06c4034668186381ac9d5d348de405d72166f374 /FL/Fl_Menu_.H
parent467e73ed0b946bf882479c941bf666716482de7e (diff)
It crashed when a group with exactly 1 child was deleted.
Overlay on a single buffered Fl_Gl_Window is faked more accurately when there is no overlay hardware. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@639 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Menu_.H')
-rw-r--r--FL/Fl_Menu_.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Menu_.H b/FL/Fl_Menu_.H
index ec85ac62a..c234f2d08 100644
--- a/FL/Fl_Menu_.H
+++ b/FL/Fl_Menu_.H
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Menu_.H,v 1.7 1999/02/16 21:59:39 mike Exp $"
+// "$Id: Fl_Menu_.H,v 1.7.2.1 1999/08/09 06:19:32 bill Exp $"
//
// Menu base class header file for the Fast Light Tool Kit (FLTK).
//
@@ -38,7 +38,6 @@ class Fl_Menu_ : public Fl_Widget {
protected:
- FL_EXPORT const Fl_Menu_Item* picked(const Fl_Menu_Item*);
uchar down_box_;
uchar textfont_;
uchar textsize_;
@@ -46,6 +45,7 @@ protected:
uchar alloc;
public:
+ FL_EXPORT const Fl_Menu_Item* picked(const Fl_Menu_Item*);
FL_EXPORT Fl_Menu_(int,int,int,int,const char * =0);
FL_EXPORT ~Fl_Menu_();
@@ -93,5 +93,5 @@ public:
#endif
//
-// End of "$Id: Fl_Menu_.H,v 1.7 1999/02/16 21:59:39 mike Exp $".
+// End of "$Id: Fl_Menu_.H,v 1.7.2.1 1999/08/09 06:19:32 bill Exp $".
//