diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:02 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:02 +0000 |
commit | 023a09fe640f876478157e5b4cd9cfec1452da4b (patch) | |
tree | f62c24617ddc9ece3ee5fc252be716aac981dc3f /Xdbe.h | |
parent | 343e78e15048e6a25791449bfc7566c07ccddf28 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'Xdbe.h')
-rw-r--r-- | Xdbe.h | 20 |
1 files changed, 1 insertions, 19 deletions
@@ -30,7 +30,7 @@ * Header file for Xlib-related DBE * *****************************************************************************/ -/* $XFree86: xc/include/extensions/Xdbe.h,v 3.2 2001/08/01 00:44:35 tsi Exp $ */ +/* $XFree86: xc/include/extensions/Xdbe.h,v 3.3 2003/11/17 22:20:03 dawes Exp $ */ #ifndef XDBE_H #define XDBE_H @@ -85,67 +85,49 @@ XdbeBufferError; _XFUNCPROTOBEGIN extern Status XdbeQueryExtension( -#if NeedFunctionPrototypes Display* /* dpy */, int* /* major_version_return */, int* /* minor_version_return */ -#endif ); extern XdbeBackBuffer XdbeAllocateBackBufferName( -#if NeedFunctionPrototypes Display* /* dpy */, Window /* window */, XdbeSwapAction /* swap_action */ -#endif ); extern Status XdbeDeallocateBackBufferName( -#if NeedFunctionPrototypes Display* /* dpy */, XdbeBackBuffer /* buffer */ -#endif ); extern Status XdbeSwapBuffers( -#if NeedFunctionPrototypes Display* /* dpy */, XdbeSwapInfo* /* swap_info */, int /* num_windows */ -#endif ); extern Status XdbeBeginIdiom( -#if NeedFunctionPrototypes Display* /* dpy */ -#endif ); extern Status XdbeEndIdiom( -#if NeedFunctionPrototypes Display* /* dpy */ -#endif ); extern XdbeScreenVisualInfo *XdbeGetVisualInfo( -#if NeedFunctionPrototypes Display* /* dpy */, Drawable* /* screen_specifiers */, int* /* num_screens */ -#endif ); extern void XdbeFreeVisualInfo( -#if NeedFunctionPrototypes XdbeScreenVisualInfo* /* visual_info */ -#endif ); extern XdbeBackBufferAttributes *XdbeGetBackBufferAttributes( -#if NeedFunctionPrototypes Display* /* dpy */, XdbeBackBuffer /* buffer */ -#endif ); _XFUNCPROTOEND |