Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Thread safe wrappers around xf86dga calls. |
| 3 | * Always include this file instead of <X11/xf86dga.h>. |
| 4 | * This file was generated automatically by tools/make_X11wrappers |
| 5 | * |
| 6 | * Copyright 1998 Kristian Nielsen |
| 7 | */ |
| 8 | |
Patrik Stridvall | 857eb39 | 1999-06-12 18:36:54 +0000 | [diff] [blame] | 9 | #ifndef __WINE_TS_XF86DGA_H |
| 10 | #define __WINE_TS_XF86DGA_H |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 11 | |
Patrik Stridvall | 48b5de8 | 1999-02-04 10:51:35 +0000 | [diff] [blame] | 12 | #include "config.h" |
| 13 | |
Patrik Stridvall | 48b5de8 | 1999-02-04 10:51:35 +0000 | [diff] [blame] | 14 | #ifdef HAVE_LIBXXF86DGA |
| 15 | |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 16 | #include <X11/Xlib.h> |
| 17 | #include <X11/extensions/xf86dga.h> |
| 18 | |
Alexandre Julliard | b018239 | 2000-12-06 00:04:10 +0000 | [diff] [blame] | 19 | extern void (*wine_tsx11_lock)(void); |
| 20 | extern void (*wine_tsx11_unlock)(void); |
| 21 | |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 22 | extern Bool TSXF86DGAQueryVersion(Display*,int*,int*); |
| 23 | extern Bool TSXF86DGAQueryExtension(Display*,int*,int*); |
| 24 | extern Status TSXF86DGAGetVideo(Display*,int,char**,int*,int*,int*); |
| 25 | extern Status TSXF86DGADirectVideo(Display*,int,int); |
| 26 | extern Status TSXF86DGAGetViewPortSize(Display*,int,int*,int*); |
| 27 | extern Status TSXF86DGASetViewPort(Display*,int,int,int); |
| 28 | extern Status TSXF86DGAInstallColormap(Display*,int,Colormap); |
| 29 | extern Status TSXF86DGAQueryDirectVideo(Display*,int,int*); |
| 30 | extern Status TSXF86DGAViewPortChanged(Display*,int,int); |
| 31 | |
Patrik Stridvall | 48b5de8 | 1999-02-04 10:51:35 +0000 | [diff] [blame] | 32 | #endif /* defined(HAVE_LIBXXF86DGA) */ |
| 33 | |
Patrik Stridvall | 857eb39 | 1999-06-12 18:36:54 +0000 | [diff] [blame] | 34 | #endif /* __WINE_TS_XF86DGA_H */ |