1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

Changed PPosition fix a little.

This commit is contained in:
dan
1999-09-17 01:07:27 +00:00
parent 8747093e64
commit 623106e922
2 changed files with 3 additions and 3 deletions

View File

@@ -718,7 +718,7 @@ wClientGetNormalHints(WWindow *wwin, XWindowAttributes *wattribs, Bool geometry,
#ifdef IGNORE_PPOSITION
wwin->normal_hints->flags &= ~PPosition;
#endif
if (!pre_icccm && !wwin->screen_ptr->flags.startup && geometry) {
if (/* check this !pre_icccm && */!wwin->screen_ptr->flags.startup && geometry) {
if (wwin->normal_hints->flags & (USPosition|PPosition)) {
*x = wwin->normal_hints->x;
*y = wwin->normal_hints->y;