Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
This can be static
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 12, 2008
1 parent 8a007cd commit de62535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/win32/SDL_win32window.c
Expand Up @@ -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;
Expand Down

0 comments on commit de62535

Please sign in to comment.