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 | 78c914855d3a213da7dbee0023fcd6c0ab5ea260 (patch) | |
tree | f9fc6a13ebb974fcc96b4d29485f6710e6cdecbf /xf86rush.h | |
parent | 9432f98d6d74e7472ea39352cf4939c10badd1e5 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Diffstat (limited to 'xf86rush.h')
-rw-r--r-- | xf86rush.h | 24 |
1 files changed, 1 insertions, 23 deletions
@@ -1,4 +1,4 @@ -/* $XFree86: xc/include/extensions/xf86rush.h,v 1.4 2000/02/29 03:09:00 dawes Exp $ */ +/* $XFree86: xc/include/extensions/xf86rush.h,v 1.5 2003/11/17 22:20:04 dawes Exp $ */ /* Copyright (c) 1998 Daryll Strauss @@ -34,62 +34,47 @@ Copyright (c) 1998 Daryll Strauss _XFUNCPROTOBEGIN Bool XF86RushQueryVersion( -#if NeedFunctionPrototypes Display* /* dpy */, int* /* majorVersion */, int* /* minorVersion */ -#endif ); Bool XF86RushQueryExtension( -#if NeedFunctionPrototypes Display* /* dpy */, int* /* event_base */, int* /* error_base */ -#endif ); Bool XF86RushLockPixmap( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */, Pixmap /* Pixmap */, void ** /* Return address */ -#endif ); Bool XF86RushUnlockPixmap( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */, Pixmap /* Pixmap */ -#endif ); Bool XF86RushUnlockAllPixmaps( -#if NeedFunctionPrototypes Display * /* dpy */ -#endif ); Bool XF86RushSetCopyMode( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */, int /* copy mode */ -#endif ); Bool XF86RushSetPixelStride( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */, int /* pixel stride */ -#endif ); Bool XF86RushOverlayPixmap( -#if NeedFunctionPrototypes Display * /* dpy */, XvPortID /* port */, Drawable /* d */, @@ -104,28 +89,21 @@ Bool XF86RushOverlayPixmap( unsigned int /* dest_w */, unsigned int /* dest_h */, unsigned int /* id */ -#endif ); int XF86RushStatusRegOffset( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */ -#endif ); Bool XF86RushAT3DEnableRegs( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */ -#endif ); Bool XF86RushAT3DDisableRegs( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */ -#endif ); _XFUNCPROTOEND |