summaryrefslogtreecommitdiff
path: root/XShm.h
diff options
context:
space:
mode:
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