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 /sync.h | |
parent | 9a41c9c6452753ac1911a585e59982e8e5186c6b (diff) | |
download | xorg-proto-xextproto-343e78e15048e6a25791449bfc7566c07ccddf28.tar.gz |
XFree86 4.3.0.1xf86-4_3_0_1PRE_xf86-4_3_0_1
Diffstat (limited to 'sync.h')
-rw-r--r-- | sync.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -48,10 +48,15 @@ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +/* $XFree86: xc/include/extensions/sync.h,v 1.4 2001/12/20 19:40:59 tsi Exp $ */ #ifndef _SYNC_H_ #define _SYNC_H_ +#include <X11/Xfuncproto.h> + +_XFUNCPROTOBEGIN + #define SYNC_NAME "SYNC" #define SYNC_MAJOR_VERSION 3 @@ -243,6 +248,8 @@ extern void XSyncMinValue( #endif ); +_XFUNCPROTOEND + /* The _XSync macros below are for library internal use only. They exist * so that if we have to make a fix, we can change it in this one place * and have both the macro and function variants inherit the fix. @@ -394,6 +401,8 @@ typedef struct { * Prototypes */ +_XFUNCPROTOBEGIN + extern Status XSyncQueryExtension( #if NeedFunctionPrototypes Display* /*dpy*/, @@ -519,4 +528,6 @@ extern Status XSyncGetPriority( #endif /* _SYNC_SERVER */ +_XFUNCPROTOEND + #endif /* _SYNC_H_ */ |