diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-17 16:36:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-10-17 16:36:01 -0700 |
commit | 8ddb2aefcda77709cf98f15fbcb7d97a2d00ab7d (patch) | |
tree | b50b299112db6a101697d5b88fff1189d13eb65d | |
parent | d66693441f688867e6fd4a5d4a4bdade9a338755 (diff) |
Xrandr.h: remove misleading comment for XRRGetScreenSizeRange()
Closes: #7
Fixes: 5e94f07 ("GetScreenSizeRange: Document funky return code in the header")
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | include/X11/extensions/Xrandr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/X11/extensions/Xrandr.h b/include/X11/extensions/Xrandr.h index 3149c9b..845c3a0 100644 --- a/include/X11/extensions/Xrandr.h +++ b/include/X11/extensions/Xrandr.h @@ -233,7 +233,6 @@ 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, |