summaryrefslogtreecommitdiff
path: root/src/Fl.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-09-30 14:46:08 +0000
committerManolo Gouy <Manolo>2011-09-30 14:46:08 +0000
commit9bdc310346077e3fd60371b3d3d0c7db54db10e3 (patch)
tree7eec45507ad42f052f792b57ddf8ce0233d5119c /src/Fl.cxx
parent2df4196d8b29fdb3d4708741c9b76805a9bb6241 (diff)
Fix STR#2600 : screens configuration changes are now detected under all platforms.
Requires the RandR X extension. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9102 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl.cxx')
-rw-r--r--src/Fl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx
index 6264c4a30..374847047 100644
--- a/src/Fl.cxx
+++ b/src/Fl.cxx
@@ -778,7 +778,7 @@ 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 (not implemented on the X11 platform).
+ - \ref FL_SCREEN_CONFIGURATION_CHANGED 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