GetTextCharsetInfo should return the charset that the driver is
[wine] / include / ts_xf86dga.h
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
9 #ifndef __WINE_TS_XF86DGA_H
10 #define __WINE_TS_XF86DGA_H
11
12 #include "config.h"
13
14 #ifdef HAVE_LIBXXF86DGA
15
16 #include <X11/Xlib.h>
17 #include <X11/extensions/xf86dga.h>
18
19 extern void (*wine_tsx11_lock)(void);
20 extern void (*wine_tsx11_unlock)(void);
21
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
32 #endif /* defined(HAVE_LIBXXF86DGA) */
33
34 #endif /* __WINE_TS_XF86DGA_H */