From 4453757fc9fa357288423ef3b54af3a1d7f35366 Mon Sep 17 00:00:00 2001 From: Ryan Walklin Date: Wed, 20 Mar 2019 09:41:20 +1100 Subject: s/lid_switch/switch_device Rename lid_switch to switch_device to disambiguate lid and tablet mode switches. --- include/rootston/switch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rootston') 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 -- cgit v1.2.3