diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-04-12 14:50:40 +0300 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-05-27 13:31:30 +0000 |
commit | c1ec71903c51bb152d63cd96c5aae3fffa3639ec (patch) | |
tree | f16caa0808e0fd1f104f2ee122cd7fa27cc54ee6 | |
parent | 1761c3bbe22134644f79d07d62acaa8e288049da (diff) | |
download | wlroots-c1ec71903c51bb152d63cd96c5aae3fffa3639ec.tar.xz |
xdg-shell: bump version to 3
-rw-r--r-- | types/xdg_shell/wlr_xdg_shell.c | 2 |
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; |