summaryrefslogtreecommitdiff
path: root/src/Xrandrint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xrandrint.h')
-rw-r--r--src/Xrandrint.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Xrandrint.h b/src/Xrandrint.h
index abcdf3f..75e38c9 100644
--- a/src/Xrandrint.h
+++ b/src/Xrandrint.h
@@ -35,8 +35,7 @@
#include <X11/extensions/randr.h>
#include <X11/extensions/randrproto.h>
-extern XExtensionInfo XrandrExtensionInfo;
-extern char XrandrExtensionName[];
+extern char XRRExtensionName[];
#define RRCheckExtension(dpy,i,val) \
XextCheckExtension (dpy, i, XRRExtensionName, val)
@@ -88,8 +87,6 @@ typedef struct _randrVersionState {
int minor_version;
} _XRRVersionState;
-extern char XRRExtensionName[];
-
Bool
_XRRVersionHandler (Display *dpy,
xReply *rep,