aboutsummaryrefslogtreecommitdiff
path: root/rt/include
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2026-01-05 01:17:30 -0700
committerJosh Rahm <joshuarahm@gmail.com>2026-01-05 01:17:30 -0700
commitf6497f43b02e8b0351d0bbf0446c037161cda430 (patch)
treee22df1dc0d053444c8129a596a6fe2f4e7f68a92 /rt/include
parent34e0354bb2d07ce0ad8a6e83e226370cfb9904da (diff)
downloadmontis-f6497f43b02e8b0351d0bbf0446c037161cda430.tar.gz
montis-f6497f43b02e8b0351d0bbf0446c037161cda430.tar.bz2
montis-f6497f43b02e8b0351d0bbf0446c037161cda430.zip
[fix] issue where dragging doesn't work on native.
Diffstat (limited to 'rt/include')
-rw-r--r--rt/include/plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/include/plugin.h b/rt/include/plugin.h
index d7ae18b..3098602 100644
--- a/rt/include/plugin.h
+++ b/rt/include/plugin.h
@@ -144,9 +144,9 @@ typedef struct PLUGIN {
uint32_t modifiers, opqst_t state));
/* 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,
- double lx, double ly, opqst_t state));
+ EXPORT(opqst_t (*plugin_handle_motion)(void *event, uint32_t modifiers,
+ uint32_t is_absolute, double lx,
+ double ly, opqst_t state));
/*
* Handles a surface being mapped, unmapped or destroyed.