Dominik Vogt <dominik.vogt_at_gmx.de> writes:
  > [...] So if an application tells the window manager it prefers to
  > be at +0+0, how does the window manager disstinguish between the
  > application default and the user's geometry spec?
At work, I'm using ctwm, and I started two xterms:
  xterm -geometry +50+50
  xterm
xprop on these windows returned:
WM_NORMAL_HINTS(WM_SIZE_HINTS):
                user specified location: 50, 50
                user specified size: 644 by 388
                program specified size: 644 by 388
                program specified minimum size: 12 by 20
                program specified resize increment: 8 by 16
                program specified base size: 4 by 4
                window gravity: NorthWest
for the first one, and
WM_NORMAL_HINTS(WM_SIZE_HINTS):
                user specified size: 644 by 404
                program specified size: 644 by 404
                program specified minimum size: 12 by 20
                program specified resize increment: 8 by 16
                program specified base size: 4 by 4
for the second one.
The difference seems to be in the `user specified location' line.  I'd
assume that you see `program specified location' if the program has
specified that location.
I don't know anything about the underlying C functions used by xprop.
kai
-- 
Abort this operation?   [Abort]  [Cancel]
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Apr 07 1999 - 04:11:22 BST