Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
[wine/multimedia.git] / include / ts_xf86dga.h
blob8a48f54e2578049fcd2682f38f3f8a1a5ddefac4
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
6 * Copyright 1998 Kristian Nielsen
7 */
9 #ifndef __WINE_TS_XF86DGA_H
10 #define __WINE_TS_XF86DGA_H
12 #include "config.h"
14 #ifndef X_DISPLAY_MISSING
16 #ifdef HAVE_LIBXXF86DGA
18 #include <X11/Xlib.h>
19 #include <X11/extensions/xf86dga.h>
21 extern Bool TSXF86DGAQueryVersion(Display*,int*,int*);
22 extern Bool TSXF86DGAQueryExtension(Display*,int*,int*);
23 extern Status TSXF86DGAGetVideo(Display*,int,char**,int*,int*,int*);
24 extern Status TSXF86DGADirectVideo(Display*,int,int);
25 extern Status TSXF86DGAGetViewPortSize(Display*,int,int*,int*);
26 extern Status TSXF86DGASetViewPort(Display*,int,int,int);
27 extern Status TSXF86DGAInstallColormap(Display*,int,Colormap);
28 extern Status TSXF86DGAQueryDirectVideo(Display*,int,int*);
29 extern Status TSXF86DGAViewPortChanged(Display*,int,int);
31 #endif /* defined(HAVE_LIBXXF86DGA) */
33 #endif /* !defined(X_DISPLAY_MISSING) */
35 #endif /* __WINE_TS_XF86DGA_H */