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:
committed by
Carlos R. Mafra
parent
4247ac9f82
commit
62f4eff7ae
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user