summaryrefslogtreecommitdiff
path: root/src/Xrandrint.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2006-09-19 00:42:49 -0700
committerKeith Packard <keithp@guitar.keithp.com>2006-09-19 00:42:49 -0700
commitc712df73eeb0cb84aad6a0bec2be0f480418c217 (patch)
treea7a8627b344b8cbecfde40ca70f80051ba15e2ce /src/Xrandrint.h
parenta8abbe92f0486f174fb89ca2c81eabede646bf32 (diff)
Start update to 1.2, splitting code across multiple files.
Diffstat (limited to 'src/Xrandrint.h')
-rw-r--r--src/Xrandrint.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/Xrandrint.h b/src/Xrandrint.h
index 78a8fcf..14675bd 100644
--- a/src/Xrandrint.h
+++ b/src/Xrandrint.h
@@ -84,4 +84,20 @@ typedef struct _XRandRInfo {
Bool has_rates; /* Server supports refresh rates */
} XRandRInfo;
+typedef struct _randrVersionState {
+ unsigned long version_seq;
+ Bool error;
+ int major_version;
+ int minor_version;
+} _XRRVersionState;
+
+extern char XRRExtensionName[];
+
+Bool
+_XRRVersionHandler (Display *dpy,
+ xReply *rep,
+ char *buf,
+ int len,
+ XPointer data);
+
#endif /* _XRANDRINT_H_ */