# HG changeset patch # User Sam Lantinga # Date 1223828143 0 # Node ID 73b9f5fc66906de9a2e0220769ea61f5a54542c1 # Parent 5955b6550d7e9c4cfffd478ea4561f7b173212b7 This can be static diff -r 5955b6550d7e -r 73b9f5fc6690 src/video/win32/SDL_win32window.c --- a/src/video/win32/SDL_win32window.c Sun Oct 12 16:05:34 2008 +0000 +++ b/src/video/win32/SDL_win32window.c Sun Oct 12 16:15:43 2008 +0000 @@ -38,7 +38,7 @@ #include "SDL_syswm.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 */ +static Uint32 highestId = 0; /* the highest id of the tablet context */ /* Fake window to help with DirectInput events. */ HWND SDL_HelperWindow = NULL;