aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
authorLibravatar llyyr <llyyr.public@gmail.com>2023-11-22 00:05:03 +0530
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2023-11-22 00:42:55 +0300
commita946b1aecfa3f32a3bfae66d66df0bdf77440d69 (patch)
tree08a09b61e0ae2ab7de4197f9961c998b0aa69fc6 /sway/server.c
parentmeson: bump wlroots version after 0.17.0 release (diff)
downloadsway-a946b1aecfa3f32a3bfae66d66df0bdf77440d69.tar.gz
sway-a946b1aecfa3f32a3bfae66d66df0bdf77440d69.tar.zst
sway-a946b1aecfa3f32a3bfae66d66df0bdf77440d69.zip
Chase wlroots!4440
References: https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4440
Diffstat (limited to 'sway/server.c')
-rw-r--r--sway/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/server.c b/sway/server.c
index 217c9ac9..de70e0ab 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -87,7 +87,6 @@ static bool is_privileged(const struct wl_global *global) {
87 global == server.gamma_control_manager_v1->global || 87 global == server.gamma_control_manager_v1->global ||
88 global == server.layer_shell->global || 88 global == server.layer_shell->global ||
89 global == server.session_lock.manager->global || 89 global == server.session_lock.manager->global ||
90 global == server.input->inhibit->global ||
91 global == server.input->keyboard_shortcuts_inhibit->global || 90 global == server.input->keyboard_shortcuts_inhibit->global ||
92 global == server.input->virtual_keyboard->global || 91 global == server.input->virtual_keyboard->global ||
93 global == server.input->virtual_pointer->global; 92 global == server.input->virtual_pointer->global;