diff options
Diffstat (limited to 'rt/include')
| -rw-r--r-- | rt/include/plugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rt/include/plugin.h b/rt/include/plugin.h index 16823e8..be5dbb4 100644 --- a/rt/include/plugin.h +++ b/rt/include/plugin.h @@ -143,6 +143,10 @@ typedef struct PLUGIN { EXPORT(opqst_t (*plugin_handle_button)(struct wlr_pointer_button_event *event, uint32_t modifiers, opqst_t state)); + EXPORT(opqst_t (*plugin_handle_motion)( + struct wlr_pointer_motion_absolute_event *event, uint32_t modifiers, + opqst_t state)); + /* * Handles a surface being mapped, unmapped or destroyed. */ |