From eaa2a69bd44179b024051f3d1a09143e17ad5df8 Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Sun, 18 Aug 2019 00:46:57 +0100 Subject: x11_window: Use XCB to load keymap --- src/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.h') 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 -- cgit v1.2.3