summaryrefslogtreecommitdiff
path: root/XShm.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:43 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:43 +0000
commit343e78e15048e6a25791449bfc7566c07ccddf28 (patch)
tree320aaabfd01f23459cceab375ab853f0b6a7467a /XShm.h
parent9a41c9c6452753ac1911a585e59982e8e5186c6b (diff)
downloadxextproto-343e78e15048e6a25791449bfc7566c07ccddf28.tar.gz
xextproto-343e78e15048e6a25791449bfc7566c07ccddf28.tar.bz2
xextproto-343e78e15048e6a25791449bfc7566c07ccddf28.zip
Diffstat (limited to 'XShm.h')
-rw-r--r--XShm.h27
1 files changed, 26 insertions, 1 deletions
diff --git a/XShm.h b/XShm.h
index b4279e1..8be6dce 100644
--- a/XShm.h
+++ b/XShm.h
@@ -1,3 +1,4 @@
+/* $XFree86: xc/include/extensions/XShm.h,v 1.10 2002/11/08 00:46:27 alanh Exp $ */
/************************************************************
Copyright 1989, 1998 The Open Group
@@ -72,7 +73,19 @@ _XFUNCPROTOBEGIN
Bool XShmQueryExtension(
#if NeedFunctionPrototypes
- Display* /* dpy */
+ Display* /* dpy */
+#endif
+);
+
+int XShmGetEventBase(
+#if NeedFunctionPrototypes
+ Display* /* dpy */
+#endif
+);
+
+int XShmGetEventBase(
+#if NeedFunctionPrototypes
+ Display* /* dpy */
#endif
);
@@ -159,6 +172,18 @@ Pixmap XShmCreatePixmap(
_XFUNCPROTOEND
+#else /* _XSHM_SERVER_ */
+
+#include "screenint.h"
+#include "pixmap.h"
+#include "gc.h"
+
+extern void ShmRegisterFbFuncs(
+#if NeedFunctionPrototypes
+ ScreenPtr /* pScreen */
+#endif
+);
+
#endif
#endif