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