From 4763df1636fc943257846407aff6dd1086288a04 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 19 Feb 2010 21:15:48 +0000 Subject: Removed the Forms definition of FL_CLOSE since it is never used anyways and conflicts with FLTK FL_CLOSE. (STR #2266) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7107 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/forms.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL/forms.H b/FL/forms.H index a168049fb..8bf0520a2 100644 --- a/FL/forms.H +++ b/FL/forms.H @@ -58,7 +58,7 @@ typedef Fl_Window FL_FORM; #define FL_CANCEL 0 #define FL_INVALID 0 #define FL_IGNORE -1 -#define FL_CLOSE -2 +//#define FL_CLOSE -2 // this variable is never used in FLTK Forms. It is removed becaus it conflicts with the window FL_CLOSE event #define FL_LCOL FL_BLACK #define FL_COL1 FL_GRAY -- cgit v1.2.3