blob: 289a3ce65e896d6ab2f230554209dc505ff0dc67 [file] [log] [blame]
Alexandre Julliard829fe321998-07-26 14:27:39 +00001/*
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 Stridvall857eb391999-06-12 18:36:54 +00009#ifndef __WINE_TS_XF86DGA_H
10#define __WINE_TS_XF86DGA_H
Alexandre Julliard829fe321998-07-26 14:27:39 +000011
Patrik Stridvall48b5de81999-02-04 10:51:35 +000012#include "config.h"
13
Patrik Stridvall48b5de81999-02-04 10:51:35 +000014#ifdef HAVE_LIBXXF86DGA
15
Alexandre Julliard829fe321998-07-26 14:27:39 +000016#include <X11/Xlib.h>
17#include <X11/extensions/xf86dga.h>
18
Alexandre Julliardb0182392000-12-06 00:04:10 +000019extern void (*wine_tsx11_lock)(void);
20extern void (*wine_tsx11_unlock)(void);
21
Alexandre Julliard829fe321998-07-26 14:27:39 +000022extern Bool TSXF86DGAQueryVersion(Display*,int*,int*);
23extern Bool TSXF86DGAQueryExtension(Display*,int*,int*);
24extern Status TSXF86DGAGetVideo(Display*,int,char**,int*,int*,int*);
25extern Status TSXF86DGADirectVideo(Display*,int,int);
26extern Status TSXF86DGAGetViewPortSize(Display*,int,int*,int*);
27extern Status TSXF86DGASetViewPort(Display*,int,int,int);
28extern Status TSXF86DGAInstallColormap(Display*,int,Colormap);
29extern Status TSXF86DGAQueryDirectVideo(Display*,int,int*);
30extern Status TSXF86DGAViewPortChanged(Display*,int,int);
31
Patrik Stridvall48b5de81999-02-04 10:51:35 +000032#endif /* defined(HAVE_LIBXXF86DGA) */
33
Patrik Stridvall857eb391999-06-12 18:36:54 +000034#endif /* __WINE_TS_XF86DGA_H */