1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-09 23:34:14 +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

@@ -76,7 +76,7 @@ static void
createImages(WMScreen * scr, RContext * rc, RImage * xis, char *file, WMPixmap ** icon1, WMPixmap ** icon2)
{
RImage *icon;
RColor gray = { 0xae, 0xaa, 0xae };
RColor gray = { 0xae, 0xaa, 0xae, 0 };
*icon1 = WMCreatePixmapFromFile(scr, file);
if (!*icon1) {