aboutsummaryrefslogtreecommitdiff
path: root/harness/include/plugin.h
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2024-03-27 17:14:59 -0600
committerJosh Rahm <rahm@google.com>2024-03-27 17:14:59 -0600
commit0a7f561f3821968605c16a03ea278e3611b6c775 (patch)
treef2a8e63262dd709163a0b620777072a97956f9ee /harness/include/plugin.h
parent58857e81a97165541bbc83e63c589d904279c640 (diff)
downloadmontis-0a7f561f3821968605c16a03ea278e3611b6c775.tar.gz
montis-0a7f561f3821968605c16a03ea278e3611b6c775.tar.bz2
montis-0a7f561f3821968605c16a03ea278e3611b6c775.zip
Just a whole bunch of changes
Diffstat (limited to 'harness/include/plugin.h')
-rw-r--r--harness/include/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/harness/include/plugin.h b/harness/include/plugin.h
index be3a022..4d69d76 100644
--- a/harness/include/plugin.h
+++ b/harness/include/plugin.h
@@ -146,7 +146,7 @@ typedef struct PLUGIN {
opqst_t state));
EXPORT(opqst_t (*plugin_handle_button)(struct wlr_pointer_button_event *event,
- opqst_t state));
+ uint32_t modifiers, opqst_t state));
/*
* Handles a surface being mapped, unmapped or destroyed.