From e875f7566fcf995daa1f80eada6f2b36526c730b Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Wed, 22 Aug 2018 13:26:21 +0100 Subject: [PATCH] Bump to C11 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b851311..1cc29c6 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ INCS = OBJS = compton.o config.o # === Configuration flags === -CFG = -std=c99 -D_GNU_SOURCE +CFG = -std=c11 -D_GNU_SOURCE # ==== Xinerama ==== # Enables support for --xinerama-shadow-crop