mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
changed geometry display stuff
fixed colormap windows crash bug
This commit is contained in:
@@ -465,11 +465,14 @@ static WMPixmap *data[12];
|
||||
static Bool
|
||||
loadData(WScreen *scr)
|
||||
{
|
||||
#ifdef needs_update
|
||||
FILE *f;
|
||||
int i;
|
||||
RImage *image;
|
||||
Pixmap d[12];
|
||||
|
||||
return False;
|
||||
|
||||
f = fopen(PKGDATADIR"/xtree.dat", "r");
|
||||
if (!f)
|
||||
return False;
|
||||
@@ -515,6 +518,7 @@ error:
|
||||
}
|
||||
|
||||
return False;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user