From 11321ca2dd355be82175213795d88dcbfd0540ee Mon Sep 17 00:00:00 2001 From: taiyu Date: Tue, 18 Aug 2015 00:28:44 -0700 Subject: changed handling of focus, handling of view by type --- sway/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sway/log.c') diff --git a/sway/log.c b/sway/log.c index b9048b34..03639ae4 100644 --- a/sway/log.c +++ b/sway/log.c @@ -8,7 +8,7 @@ int colored = 1; int v = 0; -const char *verbosity_colors[] = { +static const char *verbosity_colors[] = { "", // L_SILENT "\x1B[1;31m", // L_ERROR "\x1B[1;34m", // L_INFO -- cgit v1.2.3