aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-02-27 15:10:09 +0100
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-03-08 09:52:14 +0300
commit3ef5abd405a6fd32aeeffb2f48a6cadd9fc14574 (patch)
treee654633529e7cfe8fcaea5bd67fbf3d08b03f57f /sway/server.c
parentxdg-shell: implement popup repositioning (diff)
downloadsway-3ef5abd405a6fd32aeeffb2f48a6cadd9fc14574.tar.gz
sway-3ef5abd405a6fd32aeeffb2f48a6cadd9fc14574.tar.zst
sway-3ef5abd405a6fd32aeeffb2f48a6cadd9fc14574.zip
xdg-shell: send WM capabilities
Diffstat (limited to 'sway/server.c')
-rw-r--r--sway/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/server.c b/sway/server.c
index cb8bdbf9..2a0dc1e7 100644
--- a/sway/server.c
+++ b/sway/server.c
@@ -65,7 +65,7 @@
65#include <wlr/types/wlr_drm_lease_v1.h> 65#include <wlr/types/wlr_drm_lease_v1.h>
66#endif 66#endif
67 67
68#define SWAY_XDG_SHELL_VERSION 3 68#define SWAY_XDG_SHELL_VERSION 5
69#define SWAY_LAYER_SHELL_VERSION 4 69#define SWAY_LAYER_SHELL_VERSION 4
70#define SWAY_FOREIGN_TOPLEVEL_LIST_VERSION 1 70#define SWAY_FOREIGN_TOPLEVEL_LIST_VERSION 1
71 71