summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index f0d24aca4..32825ecd0 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -3,7 +3,7 @@
//
// Enumerations for the Fast Light Tool Kit (FLTK).
//
-// Copyright 1998-2011 by Bill Spitzak and others.
+// Copyright 1998-2012 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -293,7 +293,10 @@ enum Fl_Event { // events
/** The screen configuration (number, positions) was changed.
Use Fl::add_handler() to be notified of this event.
*/
- FL_SCREEN_CONFIGURATION_CHANGED = 24
+ FL_SCREEN_CONFIGURATION_CHANGED = 24,
+ /** The fullscreen state of the window has changed
+ */
+ FL_FULLSCREEN = 25
};
/** \name When Conditions */