diff options
author | Markus Ongyerth <ongy@ongy.net> | 2018-02-20 13:41:10 +0100 |
---|---|---|
committer | Markus Ongyerth <ongy@ongy.net> | 2018-02-20 13:41:10 +0100 |
commit | 3016133f91afa162c04b6b26804031a40f8cbfd2 (patch) | |
tree | a44effaec38079b843c7aa96197c396206b4aeca /include/rootston | |
parent | bab8c73d3cc57b2cf6b6c6685ea7ebf62772749c (diff) | |
download | wlroots-3016133f91afa162c04b6b26804031a40f8cbfd2.tar.xz |
idle-inhibit: feedback pass
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/desktop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rootston/desktop.h b/include/rootston/desktop.h index de9f117a..ab3ae61a 100644 --- a/include/rootston/desktop.h +++ b/include/rootston/desktop.h @@ -45,7 +45,7 @@ struct roots_desktop { struct wlr_server_decoration_manager *server_decoration_manager; struct wlr_primary_selection_device_manager *primary_selection_device_manager; struct wlr_idle *idle; - struct wlr_idle_inhibit_v1 *idle_inhibit; + struct wlr_idle_inhibit_manager_v1 *idle_inhibit; struct wl_listener new_output; struct wl_listener layout_change; |