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:
@@ -739,7 +739,7 @@ GetColormapWindows(WWindow *wwin)
|
||||
if (wwin->cmap_windows) {
|
||||
XFree(wwin->cmap_windows);
|
||||
}
|
||||
|
||||
|
||||
wwin->cmap_windows = NULL;
|
||||
wwin->cmap_window_no = 0;
|
||||
|
||||
@@ -749,5 +749,6 @@ GetColormapWindows(WWindow *wwin)
|
||||
wwin->cmap_window_no = 0;
|
||||
wwin->cmap_windows = NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user