diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2026-01-04 19:30:53 -0700 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2026-01-04 19:31:16 -0700 |
| commit | 235de32e3b4d0ae8de984a29af9d6233c1ed1080 (patch) | |
| tree | 4dcd18c2d884b0db05b9942bb40a12f8227229d3 /rt/include/plugin.h | |
| parent | efe34b2c98cc90ed686217ea3b0655fae1839414 (diff) | |
| download | montis-235de32e3b4d0ae8de984a29af9d6233c1ed1080.tar.gz montis-235de32e3b4d0ae8de984a29af9d6233c1ed1080.tar.bz2 montis-235de32e3b4d0ae8de984a29af9d6233c1ed1080.zip | |
[feat] Request that clients don't draw their decorations.
Diffstat (limited to 'rt/include/plugin.h')
| -rw-r--r-- | rt/include/plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/include/plugin.h b/rt/include/plugin.h index be5dbb4..4146b37 100644 --- a/rt/include/plugin.h +++ b/rt/include/plugin.h @@ -143,6 +143,7 @@ typedef struct PLUGIN { EXPORT(opqst_t (*plugin_handle_button)(struct wlr_pointer_button_event *event, 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, opqst_t state)); |