Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32window.c @ 2767:73b9f5fc6690
This can be static
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 12 Oct 2008 16:15:43 +0000 |
parents | 2768bd7281e0 |
children | 99210400e8b9 |
line wrap: on
line diff
--- 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;