diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:43 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:43 +0000 |
commit | 343e78e15048e6a25791449bfc7566c07ccddf28 (patch) | |
tree | 320aaabfd01f23459cceab375ab853f0b6a7467a /XShm.h | |
parent | 9a41c9c6452753ac1911a585e59982e8e5186c6b (diff) | |
download | xextproto-343e78e15048e6a25791449bfc7566c07ccddf28.tar.gz xextproto-343e78e15048e6a25791449bfc7566c07ccddf28.tar.bz2 xextproto-343e78e15048e6a25791449bfc7566c07ccddf28.zip |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'XShm.h')
-rw-r--r-- | XShm.h | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -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 |