This commit is contained in:
StapleButter 2017-03-29 22:44:48 +02:00
parent 4202a8f826
commit 41f4ad6620
1 changed files with 1 additions and 1 deletions

View File

@ -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;