X-Git-Url: https://git.cworth.org/git?p=acre;a=blobdiff_plain;f=acre.c;h=aeec575ef9a450378024543b422167a2e92ec521;hp=5177419ae1b8c7b203851a4878e3d6201101840b;hb=d11b46df3333d840f35a83bf100b75c006948119;hpb=d27e94f40e87ff3ee5588cec4f986fe046aa9a7d diff --git a/acre.c b/acre.c index 5177419..aeec575 100644 --- a/acre.c +++ b/acre.c @@ -134,6 +134,7 @@ acre_create (void) acre->font = NULL; acre->colors = NULL; acre->num_colors = 0; + acre->colors_size = 0; acre->width = 0; acre->height = 0;