mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-23 14:42:29 +01:00
Fixed USPosition mapping problem.
This commit is contained in:
@@ -474,6 +474,7 @@ WMSetWindowInitialPosition(WMWindow *win, int x, int y)
|
|||||||
win->upos.y = y;
|
win->upos.y = y;
|
||||||
if (win->view->flags.realized)
|
if (win->view->flags.realized)
|
||||||
setSizeHints(win);
|
setSizeHints(win);
|
||||||
|
WMMoveWidget(win, x, y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user