mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
added None option to MoveDisplay and ResizeDisplay
fixed window instance enumeration bug
This commit is contained in:
@@ -1229,16 +1229,16 @@ wFrameWindowChangeTitle(WFrameWindow *fwin, char *new_title)
|
||||
|
||||
if (fwin->title)
|
||||
wfree(fwin->title);
|
||||
|
||||
|
||||
fwin->title = wstrdup(new_title);
|
||||
|
||||
|
||||
if (fwin->titlebar) {
|
||||
XClearWindow(dpy, fwin->titlebar->window);
|
||||
|
||||
wFrameWindowPaint(fwin);
|
||||
}
|
||||
checkTitleSize(fwin);
|
||||
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user