dtwm: Relocate base window when regenerate its frame.
This commit is contained in:
@@ -2280,8 +2280,9 @@ void RegenerateClientFrame (ClientData *pcd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* resize base window */
|
/* resize base window */
|
||||||
XResizeWindow (DISPLAY, pcd->clientBaseWin, BaseWindowWidth (pcd),
|
XMoveResizeWindow (DISPLAY, pcd->clientBaseWin,
|
||||||
BaseWindowHeight (pcd));
|
BaseWindowX (pcd), BaseWindowY (pcd),
|
||||||
|
BaseWindowWidth (pcd), BaseWindowHeight (pcd));
|
||||||
|
|
||||||
/* resize the stretcher windows */
|
/* resize the stretcher windows */
|
||||||
if (SHOW_RESIZE_CURSORS(pcd) && (decor & MWM_DECOR_RESIZEH)) {
|
if (SHOW_RESIZE_CURSORS(pcd) && (decor & MWM_DECOR_RESIZEH)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user