From 45174c40929943ce767296e3a6f703d67dd985a7 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 15 Nov 2015 12:26:04 +0100 Subject: [PATCH] =?UTF-8?q?Fixing=20conflicting=20type=20qualifiers=20for?= =?UTF-8?q?=20=E2=80=98VirtualKeyboard=5FEnglish1=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gwin/gwin_keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin/gwin_keyboard.c b/src/gwin/gwin_keyboard.c index 75e06e64..34a61a1a 100644 --- a/src/gwin/gwin_keyboard.c +++ b/src/gwin/gwin_keyboard.c @@ -300,7 +300,7 @@ static void SendKeyboardEvent(GKeyboardObject *gk) { } #endif -extern GVKeyTable GWIN_KEYBOARD_DEFAULT_LAYOUT; +extern const GVKeyTable GWIN_KEYBOARD_DEFAULT_LAYOUT; // The button VMT table static const gwidgetVMT keyboardVMT = {