mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 19:24:30 -05:00
This can be static
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user