summaryrefslogtreecommitdiff
path: root/FL/Fl_Menu_Item.H
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-03-21 11:38:52 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-03-21 11:38:52 +0000
commit562198fa3131684e7911ce8c8b0082bbbc617671 (patch)
tree79cb3b5834ef7cc9996e1298e1ca157769bdbb78 /FL/Fl_Menu_Item.H
parent05766857c4312da280154361eb80c65cb14b3bfd (diff)
Polygon drawing fixed #765, fl_message wrapped in Fl_Group::current(0), so it doesn't end up inside some current group #253. Undefined 'check' in Fl_Menu_Item_, so it will compile as an Apple XCode project (to be delivered later)..
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4154 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Menu_Item.H')
-rw-r--r--FL/Fl_Menu_Item.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H
index 9fac86aac..2f7252879 100644
--- a/FL/Fl_Menu_Item.H
+++ b/FL/Fl_Menu_Item.H
@@ -29,7 +29,7 @@
# include "Fl_Widget.H"
# include "Fl_Image.H"
-# if defined(__APPLE__) && defined(__MWERKS__) && defined(check)
+# if defined(__APPLE__) && defined(check)
# undef check
# endif