aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
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/window.h
parent07b742e9da2a12d163d7733aaefc5ae6bce555b6 (diff)
downloadimv-2d0eee125442524f2df009ebd6d4df166a74d6f9.tar.gz
Wayland: Detect keyboard layout automatically
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index c185b6f..7db1125 100644
--- a/src/window.h
+++ b/src/window.h
@@ -73,4 +73,6 @@ typedef void (*imv_event_handler)(void *data, const struct imv_event *e);
void imv_window_pump_events(struct imv_window *window, imv_event_handler handler, void *data);
+const char *imv_window_keymap(struct imv_window *window);
+
#endif