diff options
author | Julien Cristau <jcristau@debian.org> | 2008-02-05 15:37:32 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-03-24 11:20:09 -0400 |
commit | 824f3d4a3a4669526a5c391c6668df0384b49cdb (patch) | |
tree | b40c300beeb806fcb7858998c458812bfb1f44d7 /include/X11 | |
parent | dc0ce2e363dbdac560fc2a8c1296c5468d75f644 (diff) |
Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h.
It seems that they were never actually implemented.
Also remove the corresponding manpage symlinks.
Diffstat (limited to 'include/X11')
-rw-r--r-- | include/X11/extensions/Xrandr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/X11/extensions/Xrandr.h b/include/X11/extensions/Xrandr.h index d87976b..58dc75d 100644 --- a/include/X11/extensions/Xrandr.h +++ b/include/X11/extensions/Xrandr.h @@ -177,8 +177,6 @@ int XRRRootToScreen(Display *dpy, Window root); */ -XRRScreenConfiguration *XRRScreenConfig(Display *dpy, int screen); -XRRScreenConfiguration *XRRConfig(Screen *screen); void XRRSelectInput(Display *dpy, Window window, int mask); /* |