Re: Proposal for ConfigureRequest handling
- From: Havoc Pennington <hp redhat com>
- To: Ben Jansens <xor orodu net>
- Cc: Marko Macek <Marko Macek gmx net>, wm-spec-list gnome org
- Subject: Re: Proposal for ConfigureRequest handling
- Date: 25 Aug 2002 13:21:37 -0400
Ben Jansens <xor orodu net> writes:
> So what does everyone think of the offset property? Anyone know any
> other way to provide for an accurate placement including decorations?
>
I think it might be nicer (less race-condition-prone and less complex
code on the client side) if there were a way to basically send a
configure request that includes a gravity intended to override the
normal gravity.
Maybe we could pack this into a client message:
type = _NET_MOVERESIZE_REQUEST
l[0] = gravity
l[1] = x
l[2] = y
l[3] = width;
l[4] = height;
Or something like that. probably want a way to do only w/h without x/y
and vice versa.
Then all the pager has to do is send such a client message, with
gravity set to StaticGravity or whatever, and the pager doesn't have
to contain any gravity calculations, or worry about the value of a
property on the client window.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]