This commit is contained in:
Tobias Bengfort 2026-03-16 21:34:43 +00:00 committed by GitHub
commit 985f2c4d70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 388 additions and 8 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;