idle-inhibit: second feedback pass

This commit is contained in:
Markus Ongyerth 2018-02-21 16:17:59 +01:00
parent 3016133f91
commit 87a7afb641
4 changed files with 81 additions and 55 deletions

View file

@ -15,7 +15,7 @@ struct wlr_idle_inhibit_manager_v1 {
} events;
};
struct wlr_idle_inhibit_inhibitor_v1 {
struct wlr_idle_inhibitor_v1 {
struct wlr_surface *surface;
struct wl_resource *resource;
struct wl_listener surface_destroy;