1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-11 00:44:12 +01:00

Add missing initializers

This commit is contained in:
Tamas TEVESZ
2010-04-12 11:46:23 +02:00
committed by Carlos R. Mafra
parent 4247ac9f82
commit 62f4eff7ae
5 changed files with 8 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ createImages(WMScreen *scr, RContext *rc, RImage *xis, char *file,
{
RImage *icon;
char *path;
RColor gray = { 0xae, 0xaa, 0xae };
RColor gray = { 0xae, 0xaa, 0xae, 0 };
*icon1 = NULL;
*icon2 = NULL;