1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

fixed brothr menu texture update bug

This commit is contained in:
kojima
1999-05-19 00:57:36 +00:00
parent 8fb8355a32
commit 4ba9b80c98
3 changed files with 21 additions and 8 deletions

View File

@@ -734,6 +734,7 @@ wClientGetNormalHints(WWindow *wwin, XWindowAttributes *wattribs, Bool geometry,
void
GetColormapWindows(WWindow *wwin)
{
#ifndef NO_CRASHES
if (wwin->cmap_windows) {
XFree(wwin->cmap_windows);
}
@@ -747,4 +748,5 @@ GetColormapWindows(WWindow *wwin)
wwin->cmap_window_no = 0;
wwin->cmap_windows = NULL;
}
#endif
}