sway

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

commit a9a9df75ec9556df8a902cf7c63a51058e695369
parent 4e4b922d794f4f27968275fa3e5b9245a80eede4
Author: Cole Mickens <cole.mickens@gmail.com>
Date:   Mon, 15 Oct 2018 13:36:56 -0700

common/loop.c: add _POSIX_C_SOURCE for clock_gettime and CLOCK_MONOTONIC

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

diff --git a/common/loop.c b/common/loop.c @@ -1,3 +1,4 @@ +#define _POSIX_C_SOURCE 199309L #include <limits.h> #include <string.h> #include <stdbool.h>