aboutsummaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-18 00:46:57 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-18 00:58:43 +0100
commiteaa2a69bd44179b024051f3d1a09143e17ad5df8 (patch)
treea6bfaa217621c5f9224709069c5fa0c1443110b1 /src/window.h
parentc6ce270ee1e54fc7ae9c4029923bccedbcac5ad2 (diff)
downloadimv-eaa2a69bd44179b024051f3d1a09143e17ad5df8.tar.gz
x11_window: Use XCB to load keymap
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index 7db1125..a496655 100644
--- a/src/window.h
+++ b/src/window.h
@@ -73,6 +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);
+const char *imv_window_get_keymap(struct imv_window *window);
#endif