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 | b267ad4481aa9ae534891e2ca3ad9388db7bd481 (patch) | |
tree | 12a50d20dfbf14b56ed71d4b1eb7bbdfbd09c2c1 | |
parent | a0c654996517a63b13956e4ff5cfb1d68e657edc (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
-rw-r--r-- | xf86dga1.h | 30 |
1 files changed, 1 insertions, 29 deletions
@@ -1,4 +1,4 @@ -/* $XFree86: xc/include/extensions/xf86dga1.h,v 1.2 1999/04/17 07:05:41 dawes Exp $ */ +/* $XFree86: xc/include/extensions/xf86dga1.h,v 1.3 2003/11/17 22:20:03 dawes Exp $ */ /* Copyright (c) 1995 Jon Tombs @@ -43,121 +43,93 @@ Copyright (c) 1995 XFree86 Inc _XFUNCPROTOBEGIN Bool XF86DGAQueryVersion( -#if NeedFunctionPrototypes Display* /* dpy */, int* /* majorVersion */, int* /* minorVersion */ -#endif ); Bool XF86DGAQueryExtension( -#if NeedFunctionPrototypes Display* /* dpy */, int* /* event_base */, int* /* error_base */ -#endif ); Status XF86DGAGetVideoLL( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, int * /* base addr */, int * /* width */, int * /* bank_size */, int * /* ram_size */ -#endif ); Status XF86DGAGetVideo( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, char ** /* base addr */, int * /* width */, int * /* bank_size */, int * /* ram_size */ -#endif ); Status XF86DGADirectVideo( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, int /* enable */ -#endif ); Status XF86DGADirectVideoLL( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, int /* enable */ -#endif ); Status XF86DGAGetViewPortSize( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, int * /* width */, int * /* height */ -#endif ); Status XF86DGASetViewPort( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, int x /* X */, int y /* Y */ -#endif ); Status XF86DGAGetVidPage( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, int * /* vid page */ -#endif ); Status XF86DGASetVidPage( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, int /* vid page */ -#endif ); Status XF86DGAInstallColormap( -#if NeedFunctionPrototypes Display* /* dpy */, int /* screen */, Colormap /*Colormap */ -#endif ); int XF86DGAForkApp( -#if NeedFunctionPrototypes int screen -#endif ); Status XF86DGAQueryDirectVideo( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */, int * /* flags */ -#endif ); Bool XF86DGAViewPortChanged( -#if NeedFunctionPrototypes Display * /* dpy */, int /* screen */, int /* n */ -#endif ); |