aboutsummaryrefslogtreecommitdiffstats
path: root/sway/server.c
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-02-27 15:04:31 +0100
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-03-08 09:52:14 +0300
commit4e6d7612ffbd8e29713ae063937c8460e091bb75 (patch)
treea2c5a82dd201cd352e66d9a396617d3a6ce04c83 /sway/server.c
parentFetch input device vendor/product from libinput (diff)
downloadsway-4e6d7612ffbd8e29713ae063937c8460e091bb75.tar.gz
sway-4e6d7612ffbd8e29713ae063937c8460e091bb75.tar.zst
sway-4e6d7612ffbd8e29713ae063937c8460e091bb75.zip
xdg-shell: implement popup repositioning
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 684b1dbd..cb8bdbf9 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 2 68#define SWAY_XDG_SHELL_VERSION 3
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