From 9637f06dd40418bd01cde0fe9f33d4fe979555ab Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 4 Jan 2026 21:41:39 -0700 Subject: [refactor] Change dragging behavior to use the motion event. --- rt/include/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rt/include/plugin.h') diff --git a/rt/include/plugin.h b/rt/include/plugin.h index 4146b37..d7ae18b 100644 --- a/rt/include/plugin.h +++ b/rt/include/plugin.h @@ -146,7 +146,7 @@ typedef struct PLUGIN { /* Absolute motion only for now; relative motion stays in the runtime. */ EXPORT(opqst_t (*plugin_handle_motion)( struct wlr_pointer_motion_absolute_event *event, uint32_t modifiers, - opqst_t state)); + double lx, double ly, opqst_t state)); /* * Handles a surface being mapped, unmapped or destroyed. -- cgit