aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-04-12 14:50:40 +0300
committerSimon Ser <contact@emersion.fr>2022-05-27 13:31:30 +0000
commitc1ec71903c51bb152d63cd96c5aae3fffa3639ec (patch)
treef16caa0808e0fd1f104f2ee122cd7fa27cc54ee6
parent1761c3bbe22134644f79d07d62acaa8e288049da (diff)
downloadwlroots-c1ec71903c51bb152d63cd96c5aae3fffa3639ec.tar.xz
xdg-shell: bump version to 3
-rw-r--r--types/xdg_shell/wlr_xdg_shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/xdg_shell/wlr_xdg_shell.c b/types/xdg_shell/wlr_xdg_shell.c
index 0d40b553..7e6bf5f8 100644
--- a/types/xdg_shell/wlr_xdg_shell.c
+++ b/types/xdg_shell/wlr_xdg_shell.c
@@ -3,7 +3,7 @@
#include "types/wlr_xdg_shell.h"
#include "util/signal.h"
-#define WM_BASE_VERSION 2
+#define WM_BASE_VERSION 3
static const struct xdg_wm_base_interface xdg_shell_impl;