diff options
| author | StapleButter <thetotalworm@gmail.com> | 2017-03-29 22:44:48 +0200 |
|---|---|---|
| committer | StapleButter <thetotalworm@gmail.com> | 2017-03-29 22:44:48 +0200 |
| commit | 41f4ad6620b5acb54abc97631ddc982727e92b10 (patch) | |
| tree | 2a34a246db328b5589a5990621c4308f8df0e117 | |
| parent | 4202a8f826305c6a36b02fe08e28a76488430a75 (diff) | |
derp
| -rw-r--r-- | src/wx/scancode_wx2sdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/scancode_wx2sdl.h b/src/wx/scancode_wx2sdl.h index 37a4296..466548d 100644 --- a/src/wx/scancode_wx2sdl.h +++ b/src/wx/scancode_wx2sdl.h @@ -52,7 +52,7 @@ static const SDL_Scancode windows_scancode_table[] = }; #endif #ifdef __WXGTK__ -#include <gdk/gdkx.h> +#include <gdk/gdkkeysyms.h> static const struct { int keysym; SDL_Scancode scancode; |