diff src/video/win32/SDL_win32window.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 1d1be6137875
children f23ebf1ddac4
line wrap: on
line diff
--- a/src/video/win32/SDL_win32window.c	Tue Aug 26 02:47:26 2008 +0000
+++ b/src/video/win32/SDL_win32window.c	Tue Aug 26 05:26:28 2008 +0000
@@ -37,13 +37,6 @@
 /* This is included after SDL_win32video.h, which includes windows.h */
 #include "SDL_syswm.h"
 
-#include <wintab.h>
-
-/* we're telling wintab that we want to receive movement, button events and pressure information in packets */
-#define PACKETDATA ( PK_X | PK_Y | PK_BUTTONS | PK_NORMAL_PRESSURE | PK_CURSOR)
-#define PACKETMODE 0
-#include <pktdef.h>
-
 extern HCTX *g_hCtx;            /* the table of tablet event contexts, each windows has to have it's own tablet context */
 int highestId = 0;              /* the highest id of the tablet context */