2 * Thread safe wrappers around xf86vmode calls.
3 * This file was generated automatically by tools/make_X11wrappers
10 #ifdef HAVE_LIBXXF86VM
15 #include <X11/extensions/xf86vmode.h>
17 #include "ts_xf86vmode.h"
20 Bool
TSXF86VidModeQueryVersion(Display
*a0
,int*a1
,int*a2
)
24 r
= XF86VidModeQueryVersion(a0
,a1
,a2
);
29 Bool
TSXF86VidModeQueryExtension(Display
*a0
,int*a1
,int*a2
)
33 r
= XF86VidModeQueryExtension(a0
,a2
,a2
);
38 Bool
TSXF86VidModeGetModeLine(Display
*a0
,int a1
,int*a2
,XF86VidModeModeLine
*a3
)
42 r
= XF86VidModeGetModeLine(a0
,a1
,a2
,a3
);
47 Bool
TSXF86VidModeGetAllModeLines(Display
*a0
,int a1
,int*a2
,XF86VidModeModeInfo
***a3
)
51 r
= XF86VidModeGetAllModeLines(a0
,a1
,a2
,a3
);
56 Bool
TSXF86VidModeAddModeLine(Display
*a0
,int a1
,XF86VidModeModeInfo
*a2
,XF86VidModeModeInfo
*a3
)
60 r
= XF86VidModeAddModeLine(a0
,a1
,a2
,a3
);
65 Bool
TSXF86VidModeDeleteModeLine(Display
*a0
,int a1
,XF86VidModeModeInfo
*a2
)
69 r
= XF86VidModeDeleteModeLine(a0
,a1
,a2
);
74 Bool
TSXF86VidModeModModeLine(Display
*a0
,int a1
,XF86VidModeModeLine
*a2
)
78 r
= XF86VidModeModModeLine(a0
,a1
,a2
);
83 Status
TSXF86VidModeValidateModeLine(Display
*a0
,int a1
,XF86VidModeModeInfo
*a2
)
87 r
= XF86VidModeValidateModeLine(a0
,a1
,a2
);
92 Bool
TSXF86VidModeSwitchMode(Display
*a0
,int a1
,int a2
)
96 r
= XF86VidModeSwitchMode(a0
,a1
,a2
);
101 Bool
TSXF86VidModeSwitchToMode(Display
*a0
,int a1
,XF86VidModeModeInfo
*a2
)
105 r
= XF86VidModeSwitchToMode(a0
,a1
,a2
);
110 Bool
TSXF86VidModeLockModeSwitch(Display
*a0
,int a1
,int a2
)
114 r
= XF86VidModeLockModeSwitch(a0
,a1
,a2
);
119 Bool
TSXF86VidModeGetMonitor(Display
*a0
,int a1
,XF86VidModeMonitor
*a2
)
123 r
= XF86VidModeGetMonitor(a0
,a1
,a2
);
128 Bool
TSXF86VidModeGetViewPort(Display
*a0
,int a1
,int*a2
,int*a3
)
132 r
= XF86VidModeGetViewPort(a0
,a1
,a2
,a3
);
137 Bool
TSXF86VidModeSetViewPort(Display
*a0
,int a1
,int a2
,int a3
)
141 r
= XF86VidModeSetViewPort(a0
,a1
,a2
,a3
);
146 #endif /* defined(HAVE_LIBXXF86VM) */