From ad199eccf9334c8ee00f52686a0f401b82f402bc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 10 May 2015 16:01:38 +0200 Subject: Use built-in palettes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This increases the binaries’ size, but we don’t have to parse the palette file every time. --- palettes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'palettes.h') diff --git a/palettes.h b/palettes.h index 77620bf..d479bd8 100644 --- a/palettes.h +++ b/palettes.h @@ -25,6 +25,7 @@ /* One palette */ typedef struct { + const char *name; /* number of items allocated */ size_t allocated; /* number of items in palette */ -- cgit v1.2.3