From c1ec71903c51bb152d63cd96c5aae3fffa3639ec Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Tue, 12 Apr 2022 14:50:40 +0300 Subject: [PATCH] xdg-shell: bump version to 3 --- types/xdg_shell/wlr_xdg_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;