Size and position are normally requested by program, not user.

This commit is contained in:
Guillermo S. Romero 2009-10-20 21:58:19 +00:00
parent 4044f057ca
commit 1224835188

@ -297,7 +297,7 @@ GHOST_WindowX11(
// we want this window treated.
XSizeHints * xsizehints = XAllocSizeHints();
xsizehints->flags = USPosition | USSize | PMinSize;
xsizehints->flags = PPosition | PSize | PMinSize;
xsizehints->x = left;
xsizehints->y = top;
xsizehints->width = width;