plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit eac9e0183f550f950bfcf5cdad959976cbe041ba
parent 63566f250d8ebdbd7a71a8a490e31773009e19bd
Author: wkj <devnull@localhost>
Date:   Fri,  9 Jul 2004 01:34:15 +0000

Wc used but not set.

Diffstat:
Msrc/cmd/rio/event.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/rio/event.c b/src/cmd/rio/event.c @@ -131,7 +131,7 @@ configurereq(XConfigureRequestEvent *e) c->border = e->border_width; gravitate(c, 0); if (e->value_mask & CWStackMode) { - if (wc.stack_mode == Above) + if (e->detail == Above) top(c); else e->value_mask &= ~CWStackMode;