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
This commit is contained in:
parent
b737694f4a
commit
4763df1636
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user