aboutsummaryrefslogtreecommitdiff
path: root/harness/include/plugin.h
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-02-21 12:18:28 -0700
committerJosh Rahm <rahm@google.com>2024-02-21 12:18:46 -0700
commitf070ba42d886025a6988afd1bd847057dca15b27 (patch)
tree3723323c514a4334a4f5f17486ebe3efa8fefc6a /harness/include/plugin.h
parent22571fc455f50d1774e7abb9a77db3a51182a420 (diff)
downloadwetterhorn-f070ba42d886025a6988afd1bd847057dca15b27.tar.gz
wetterhorn-f070ba42d886025a6988afd1bd847057dca15b27.tar.bz2
wetterhorn-f070ba42d886025a6988afd1bd847057dca15b27.zip
Add the typed codepoint as an argument to the keyboard handler.
Diffstat (limited to 'harness/include/plugin.h')
-rw-r--r--harness/include/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/harness/include/plugin.h b/harness/include/plugin.h
index 37e36ba..feac626 100644
--- a/harness/include/plugin.h
+++ b/harness/include/plugin.h
@@ -136,7 +136,7 @@ typedef struct PLUGIN {
*/
EXPORT(opqst_t (*plugin_handle_keybinding)(
struct wlr_event_keyboard_key *event, uint32_t modifiers, uint32_t keysym,
- int *out_handled, opqst_t state));
+ uint32_t codepoint, int *out_handled, opqst_t state));
/*
* Handles a surface being mapped, unmapped or destroyed.