1
0
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:
dan
2000-07-16 02:26:56 +00:00
parent ce7db48e25
commit c08d8df66e

View File

@@ -474,6 +474,7 @@ WMSetWindowInitialPosition(WMWindow *win, int x, int y)
win->upos.y = y;
if (win->view->flags.realized)
setSizeHints(win);
WMMoveWidget(win, x, y);
}