summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-10-04 09:31:42 +0000
committerManolo Gouy <Manolo>2011-10-04 09:31:42 +0000
commitd8a1aea23e721530a241d723bf39727f411338e7 (patch)
tree411f5c328558a17d71157a2ac8944df98a7d44c7
parentf309c395fc564de0e2799fa09e3d829ea1c5366a (diff)
STR#2600 again: more detailed Doxygen comments of the FL_SCREEN_CONFIGURATION_CHANGED event.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9124 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 374847047..df77b959c 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -779,6 +779,8 @@ static handler_link *handlers = 0;
- \ref FL_SHORTCUT events that are not recognized by any widget.
This lets you provide global shortcut keys.
- \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.
- 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