diff options
Diffstat (limited to 'FL/Fl_Widget.H')
| -rw-r--r-- | FL/Fl_Widget.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 3036ea582..55282857a 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -180,7 +180,7 @@ protected: IMAGE_BOUND = 1<<21, ///< binding the image to the widget will transfer ownership, so that the widget will delete the image when it is no longer needed DEIMAGE_BOUND = 1<<22, ///< bind the inactive image to the widget, so the widget deletes the image when it is no longer needed AUTO_DELETE_USER_DATA = 1<<23, ///< automatically call `delete` on the user_data pointer when destroying this widget; if set, user_data must point to a class derived from the class Fl_Callback_User_Data - + MAXIMIZED = 1<<24, ///< a maximized Fl_Window // Note to devs: add new FLTK core flags above this line (up to 1<<28). // Three more flags, reserved for user code |
