[16516] in Athena Bugs
Re: sun4 8.2.15: zwgc
daemon@ATHENA.MIT.EDU (Greg Hudson)
Mon Nov 30 10:01:23 1998
To: Kev <klmitch@MIT.EDU>
Cc: bugs@MIT.EDU
In-Reply-To: Your message of "Sun, 29 Nov 1998 18:03:06 EST."
<199811292303.SAA09281@x15-cruise-basselope.mit.edu>
Date: Mon, 30 Nov 1998 10:01:21 EST
From: Greg Hudson <ghudson@MIT.EDU>
> Zephyr geometry settings specified with a negative prefix are
> failing to take into account the width of the frame and titlebar,
> resulting in cut-off characters on the right and whole lines cut off
> on the bottom.
zwgc sets the relevant wm hint (transient, I think) to avoid
decorations like title bars. So your windowmanager is being obtuse.
At any rate, there's no way for zwgc to take those things into
account. zwgc just calls XCreateWindow(); it has no magic knowledge
that the window manager is going to reparent its window and move it
over by so many pixels.