sway

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

commit 0a4735c50cbdb7cc60f8cdf1d0240bda37d63033
parent 28f3b8cb038d54eeef5c6fe568b0ae360b59f96e
Author: emersion <contact@emersion.fr>
Date:   Fri, 19 Oct 2018 15:18:05 +0200

Merge pull request #2883 from ponkyh/missing-stdlib

missing headers for swaybar/input.c
Diffstat:
Mswaybar/input.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/swaybar/input.c b/swaybar/input.c @@ -4,6 +4,7 @@ #else #include <linux/input-event-codes.h> #endif +#include <stdlib.h> #include <wayland-client.h> #include <wayland-cursor.h> #include <wlr/util/log.h>