summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 4bd7ec497..b29b7a260 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -741,8 +741,7 @@ static handler_link *handlers = 0;
- \ref FL_SCREEN_CONFIGURATION_CHANGED events.
Under X11, this event requires the libXrandr.so shared library to be
loadable at run-time and the X server to implement the RandR extension.
- - \ref FL_FULLSCREEN events sent to a window that enters or leaves
- fullscreen mode.
+ - \ref FL_ZOOM_EVENT events.
- System events that FLTK does not recognize. See fl_xevent.
- \e Some other events when the widget FLTK selected returns
zero from its handle() method. Exactly which ones may change