summaryrefslogtreecommitdiff
path: root/extensions.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-08-28 23:35:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-10-02 22:16:09 -0700
commitb4de85b1b63d03322c2c831002bd5aa6418347ba (patch)
treecfb095b5ffeb0a333a0b8e7698794c77b3858c6a /extensions.h
parent95a436f7efd7061a15e3be533c56e573aac2db92 (diff)
downloadxscope-b4de85b1b63d03322c2c831002bd5aa6418347ba.tar.gz
Update RANDR support from 0.x to include 1.0 - 1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'extensions.h')
-rw-r--r--extensions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions.h b/extensions.h
index 87888ac..df2d5ec 100644
--- a/extensions.h
+++ b/extensions.h
@@ -54,6 +54,9 @@ extern void InitializeRANDR(const unsigned char *buf);
extern void InitializeRENDER(const unsigned char *buf);
extern void InitializeWCP(const unsigned char *buf);
+/* X11 Extension types shared across multiple extensions */
+extern void InitializeCommonRenderTypes(void);
+
/* Called from Initialize* to register the extension-specific decoders */
typedef void (*extension_decode_req_ptr) (FD fd, const unsigned char *buf);
typedef void (*extension_decode_reply_ptr) (FD fd, const unsigned char *buf,