changeset 2767:73b9f5fc6690

This can be static
author Sam Lantinga <slouken@libsdl.org>
date Sun, 12 Oct 2008 16:15:43 +0000
parents 5955b6550d7e
children 26861c61142a
files src/video/win32/SDL_win32window.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;