diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-03-31 03:43:57 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-04-01 03:22:19 +0200 |
commit | 2a8e4e3b6c28d095e315da6874a72e05ef113edb (patch) | |
tree | 40c6de49c1045bf10b50544baa242e33536f0a12 | |
parent | 7613d6e70c4af791bdb3e005a6231f1d4d14745c (diff) |
Xrandr.man: Document how to request notifications.
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Cyril Brulebois <kibi@debian.org>
-rw-r--r-- | man/Xrandr.man | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/Xrandr.man b/man/Xrandr.man index 0f1ff44..0f95bf1 100644 --- a/man/Xrandr.man +++ b/man/Xrandr.man @@ -185,7 +185,9 @@ structure contains a possible root size in pixels and in millimeters. A .B XRRScreenChangeNotifyEvent is sent to a client that has requested notification whenever the screen -configuration is changed. +configuration is changed. A client can perform this request by calling +\fBXRRSelectInput\fP, passing the display, the root window, and the +\fBRRScreenChangeNotifyMask\fP mask. .B XRRScreenConfiguration is an opaque data type containing the configuration information |