summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-02-05 15:37:32 +0100
committerAdam Jackson <ajax@redhat.com>2008-03-24 11:20:09 -0400
commit824f3d4a3a4669526a5c391c6668df0384b49cdb (patch)
treeb40c300beeb806fcb7858998c458812bfb1f44d7
parentdc0ce2e363dbdac560fc2a8c1296c5468d75f644 (diff)
Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h.
It seems that they were never actually implemented. Also remove the corresponding manpage symlinks.
-rw-r--r--include/X11/extensions/Xrandr.h2
-rw-r--r--man/Makefile.am2
-rw-r--r--man/Xrandr.man5
3 files changed, 0 insertions, 9 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);
/*
diff --git a/man/Makefile.am b/man/Makefile.am
index c922fef..f9928b3 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -70,8 +70,6 @@ Xrandr_shadows = \
XRRConfigCurrentConfiguration \
XRRConfigCurrentRate \
XRRRootToScreen \
- XRRScreenConfig \
- XRRConfig \
XRRSelectInput
shadows.DONE:
diff --git a/man/Xrandr.man b/man/Xrandr.man
index 00fe5f1..0c6a105 100644
--- a/man/Xrandr.man
+++ b/man/Xrandr.man
@@ -90,11 +90,6 @@ int XRRRootToScreen\^(\^
Display *\fIdpy\fP,
Window \fIroot\fP\^);
.sp
-XRRScreenConfiguration *XRRScreenConfig\^(\^
- Display *\fIdpy\fP, int \fIscreen\fP\^);
-.sp
-XRRScreenConfiguration *XRRConfig\^(\^Screen *\fIscreen\fP\^);
-.sp
void XRRSelectInput\^(\^Display *\fIdpy\fP, Window \fIwindow\fP, int \fImask\fP\^);
.sp
/\(**