aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/server.h
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-06-19 21:22:23 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-10-05 00:01:54 +0200
commit7cf4e1d5c68d764037f78cbffb167a4cc763c6c1 (patch)
tree52f351172ebd64aa002a1345abca74984d728aea /include/sway/server.h
parentTranslate README to Arabic (diff)
downloadsway-7cf4e1d5c68d764037f78cbffb167a4cc763c6c1.tar.gz
sway-7cf4e1d5c68d764037f78cbffb167a4cc763c6c1.tar.zst
sway-7cf4e1d5c68d764037f78cbffb167a4cc763c6c1.zip
Drop support for KDE's idle protocol
We support the standard idle-notify protocol since Sway 1.8.
Diffstat (limited to 'include/sway/server.h')
-rw-r--r--include/sway/server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h
index 1eb308a4..108561e6 100644
--- a/include/sway/server.h
+++ b/include/sway/server.h
@@ -52,7 +52,6 @@ struct sway_server {
52 struct wl_listener new_output; 52 struct wl_listener new_output;
53 struct wl_listener output_layout_change; 53 struct wl_listener output_layout_change;
54 54
55 struct wlr_idle *idle;
56 struct wlr_idle_notifier_v1 *idle_notifier_v1; 55 struct wlr_idle_notifier_v1 *idle_notifier_v1;
57 struct sway_idle_inhibit_manager_v1 idle_inhibit_manager_v1; 56 struct sway_idle_inhibit_manager_v1 idle_inhibit_manager_v1;
58 57