diff options
| -rw-r--r-- | FL/Enumerations.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 34244004d..99849329e 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -339,9 +339,11 @@ enum Fl_Event { // events to update menu item states and activation. */ FL_BEFORE_MENU = 29, /** Sent when the application is activate an becomes topmost and focused. + Not supported on X11. \see Fl::add_handler() */ FL_APP_ACTIVATE = 30, /** Sent when the application is sent to the background and deactivated. + Not supported on X11. \see Fl::add_handler() */ FL_APP_DEACTIVATE = 31, // DEV NOTE: Keep this list in sync with FL/names.h |
