diff options
author | Josh Rahm <rahm@google.com> | 2024-02-22 16:41:46 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2024-02-22 16:41:46 -0700 |
commit | b444f874bc12cb8710068200500f14fd1e5f6776 (patch) | |
tree | f5bd64ba5b0b5d0f4a6ba314c665cec9d67139e5 /harness/include/plugin.h | |
parent | 320d4a87447491abd1fa0cfa898bd6b5ae73dee9 (diff) | |
download | wetterhorn-b444f874bc12cb8710068200500f14fd1e5f6776.tar.gz wetterhorn-b444f874bc12cb8710068200500f14fd1e5f6776.tar.bz2 wetterhorn-b444f874bc12cb8710068200500f14fd1e5f6776.zip |
Update to new wlroots.
Turns out that the one on Github is ancient and the project was moved
long ago ... which is quite annoying that. No wonder where all the
confusion was coming from.
Diffstat (limited to 'harness/include/plugin.h')
-rw-r--r-- | harness/include/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/harness/include/plugin.h b/harness/include/plugin.h index cc18158..c48a2f5 100644 --- a/harness/include/plugin.h +++ b/harness/include/plugin.h @@ -139,8 +139,8 @@ typedef struct PLUGIN { * Handles a keybinding. */ EXPORT(opqst_t (*plugin_handle_keybinding)( - struct wlr_input_device *input_device, - struct wlr_event_keyboard_key *event, uint32_t modifiers, uint32_t keysym, + struct wlr_keyboard *keyboard, + struct wlr_keyboard_key_event *event, uint32_t modifiers, uint32_t keysym, uint32_t codepoint, int *out_handled, opqst_t state)); /* |