sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 73aab86b6d51b57d0426c5b81e36adfee6611ef1
parent 5d104ae53753eeba7af66148bb2f87c2343cd09d
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri, 14 Sep 2018 20:55:05 -0400

Postfix xdg-output headers

"Doesn't need an update" my ass...

Diffstat:
Msway/server.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/server.c b/sway/server.c @@ -16,7 +16,7 @@ #include <wlr/types/wlr_screencopy_v1.h> #include <wlr/types/wlr_server_decoration.h> #include <wlr/types/wlr_xcursor_manager.h> -#include <wlr/types/wlr_xdg_output.h> +#include <wlr/types/wlr_xdg_output_v1.h> #include <wlr/util/log.h> #include "list.h" #include "sway/config.h"