diff options
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/switch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/switch.h b/include/rootston/switch.h index 7aaa8c95..32bc3dab 100644 --- a/include/rootston/switch.h +++ b/include/rootston/switch.h @@ -12,7 +12,7 @@ struct roots_switch { struct wl_list link; }; -void roots_switch_handle_toggle(struct roots_switch *lid_switch, +void roots_switch_handle_toggle(struct roots_switch *switch_device, struct wlr_event_switch_toggle *event); #endif |