add socket manager protocol

This commit is contained in:
Tobias Bengfort 2026-02-28 11:47:14 +01:00
parent 178803b34e
commit 52178e4d77
8 changed files with 158 additions and 0 deletions

View file

@ -299,6 +299,7 @@ struct server {
struct wlr_tablet_manager_v2 *tablet_manager;
struct wlr_security_context_manager_v1 *security_context_manager_v1;
struct xi_socket_manager_v1 *xi_socket_manager_v1;
/* Set when in cycle (alt-tab) mode */
struct cycle_state cycle;