diff options
| author | Manolo Gouy <Manolo> | 2018-08-30 08:31:53 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2018-08-30 08:31:53 +0000 |
| commit | b3b29632fbd20e75f3b2bed9bb7050949940c1ff (patch) | |
| tree | f229ce79b49d0905ba6cba3271dfc0d68e775173 /src/Fl.cxx | |
| parent | d1df5376f1a0f80ea6828a7096c2d2fd608fa9b0 (diff) | |
Doc only: better doc of recently added events: FL_SCREEN_CONFIGURATION_CHANGED, FL_FULLSCREEN,...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13035 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
| -rw-r--r-- | src/Fl.cxx | 3 |
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 |
