aboutsummaryrefslogtreecommitdiff
path: root/harness/include
diff options
context:
space:
mode:
Diffstat (limited to 'harness/include')
-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.