aboutsummaryrefslogtreecommitdiff
path: root/src/x11_window.c
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-13 01:12:50 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-13 01:14:56 +0100
commit2d0eee125442524f2df009ebd6d4df166a74d6f9 (patch)
treec27a7eb3153da94340ed75f94130a3e1bf1bda36 /src/x11_window.c
parent07b742e9da2a12d163d7733aaefc5ae6bce555b6 (diff)
downloadimv-2d0eee125442524f2df009ebd6d4df166a74d6f9.tar.gz
Wayland: Detect keyboard layout automatically
Diffstat (limited to 'src/x11_window.c')
-rw-r--r--src/x11_window.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/x11_window.c b/src/x11_window.c
index 15042a4..7bf7d2b 100644
--- a/src/x11_window.c
+++ b/src/x11_window.c
@@ -332,3 +332,8 @@ void imv_window_pump_events(struct imv_window *window, imv_event_handler handler
}
}
+const char *imv_window_keymap(struct imv_window *window)
+{
+ (void)window;
+ return NULL;
+}