Mercurial > sdl-ios-xcode
comparison src/video/win32/SDL_win32video.c @ 2724:0e2b65f32298
Added Wacom API headers.
FIXME: Dynamically load the Wacom API functions from wintab32.dll
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 26 Aug 2008 05:26:28 +0000 |
parents | 44e49d3fa6cf |
children | f23ebf1ddac4 |
comparison
equal
deleted
inserted
replaced
2723:911db724ea24 | 2724:0e2b65f32298 |
---|---|
28 #include "../SDL_pixels_c.h" | 28 #include "../SDL_pixels_c.h" |
29 | 29 |
30 #include "SDL_win32video.h" | 30 #include "SDL_win32video.h" |
31 #include "SDL_d3drender.h" | 31 #include "SDL_d3drender.h" |
32 #include "SDL_gdirender.h" | 32 #include "SDL_gdirender.h" |
33 | |
34 #include <wintab.h> | |
35 | 33 |
36 /* Initialization/Query functions */ | 34 /* Initialization/Query functions */ |
37 static int WIN_VideoInit(_THIS); | 35 static int WIN_VideoInit(_THIS); |
38 static void WIN_VideoQuit(_THIS); | 36 static void WIN_VideoQuit(_THIS); |
39 | 37 |