diff options
author | Adam Jackson <ajax@redhat.com> | 2009-11-09 17:49:40 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-11-10 15:31:09 -0500 |
commit | 5e94f071f45ca504ccafe083e2e289351ba6eab4 (patch) | |
tree | 127cf9fadc44dc7f6d3067ebd295938488e2a4bb /include | |
parent | f98cbea8b33356a0de1f777c3a862ecbf163cfd3 (diff) |
GetScreenSizeRange: Document funky return code in the header
Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/extensions/Xrandr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/X11/extensions/Xrandr.h b/include/X11/extensions/Xrandr.h index a411321..6b756a7 100644 --- a/include/X11/extensions/Xrandr.h +++ b/include/X11/extensions/Xrandr.h @@ -197,6 +197,7 @@ Time XRRTimes (Display *dpy, int screen, Time *config_timestamp); /* Version 1.2 additions */ +/* despite returning a Status, this returns 1 for success */ Status XRRGetScreenSizeRange (Display *dpy, Window window, int *minWidth, int *minHeight, |