From ec5cc0eb3f3b1d5b47b6647063f8e3763c05cabe Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 5 Feb 2008 15:37:32 +0100 Subject: [PATCH] Remove XRRScreenConfig() and XRRConfig() from Xrandr.h. It seems that they were never actually implemented. Also remove the corresponding manpage symlinks. --- include/X11/extensions/Xrandr.h | 2 -- man/Makefile.am | 2 -- man/Xrandr.man | 5 ----- 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 cd175c5..3516f58 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -71,8 +71,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 /\(** -- 1.5.4