diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-03-29 19:00:51 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-03-29 19:00:51 +0200 |
commit | 6bf0bf39245aff638dde593deb633a0de2dd3fdd (patch) | |
tree | 411def093b29148dba9afed5f09dbddfdbb31953 /src/wx | |
parent | 4e7dc60d37ddb3f0fb6df1556f7afe4d1a5df679 (diff) |
blarg
Diffstat (limited to 'src/wx')
-rw-r--r-- | src/wx/scancode_wx2sdl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/scancode_wx2sdl.h b/src/wx/scancode_wx2sdl.h index db015d5..37a4296 100644 --- a/src/wx/scancode_wx2sdl.h +++ b/src/wx/scancode_wx2sdl.h @@ -52,6 +52,7 @@ static const SDL_Scancode windows_scancode_table[] = }; #endif #ifdef __WXGTK__ +#include <gdk/gdkx.h> static const struct { int keysym; SDL_Scancode scancode; |