sway

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

commit 266393a705ce2b6db982a4bd048bb536ec556a85
parent 7614cb0373f5439807c1ec6de6ae7e13711e61bb
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 10 Dec 2015 17:04:09 -0500

Include wayland-server.h instead of -core.h

Diffstat:
Minclude/extensions.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/extensions.h b/include/extensions.h @@ -1,7 +1,7 @@ #ifndef _SWAY_EXTENSIONS_H #define _SWAY_EXTENSIONS_H -#include <wayland-server-core.h> +#include <wayland-server.h> #include <wlc/wlc-wayland.h> #include "wayland-desktop-shell-server-protocol.h" #include "list.h"