sway

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

commit 4546ce11889b3b5b29a33b4684d368d74aaea760
parent 6038bf59248ee850b3d2f8aa390c195ee7fd08d3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 28 Jan 2016 19:55:47 -0500

Add wlc-render.h to handlers.c

Diffstat:
Msway/handlers.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sway/handlers.c b/sway/handlers.c @@ -4,6 +4,7 @@ #include <libinput.h> #include <math.h> #include <wlc/wlc.h> +#include <wlc/wlc-render.h> #include <wlc/wlc-wayland.h> #include <ctype.h>