1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +01:00

Alfredo's fix on a mag glass relate bug..

This commit is contained in:
id
1999-07-31 20:48:25 +00:00
parent 4468346353
commit 5764aa41cd

View File

@@ -689,6 +689,7 @@ destroyWindow(_Window *win)
WMWindow *ptr;
ptr = scr->windowList;
if (ptr) {
while (ptr->nextPtr) {
if (ptr->nextPtr==win) {
ptr->nextPtr = ptr->nextPtr->nextPtr;
@@ -697,6 +698,7 @@ destroyWindow(_Window *win)
ptr = ptr->nextPtr;
}
}
}
if (win->title) {
free(win->title);