sway

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

commit 4bf8b6b43b9640700eadd7c7d1a432dd91ef473d
parent fd47a30e75cccfc3789eafa4bfabd66f4696099b
Author: Ekaterina Vaartis <vaartis@cock.li>
Date:   Thu,  8 Jun 2017 16:40:17 +0300

include stdint to be compaitable with musl
Diffstat:
Mwayland/pango.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/wayland/pango.c b/wayland/pango.c @@ -5,6 +5,7 @@ #include <string.h> #include <stdio.h> #include <stdbool.h> +#include <stdint.h> #include "log.h" PangoLayout *get_pango_layout(cairo_t *cairo, const char *font, const char *text,