plan9port

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

commit f9571521a53a50e2e6c0301e57af7bc976e9fd5d
parent df7993f9c93b0fc5f4292f50df8b0949614967b5
Author: rsc <devnull@localhost>
Date:   Wed,  9 Jun 2004 14:56:36 +0000

let's try this

Diffstat:
Msrc/cmd/rio/event.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cmd/rio/event.c b/src/cmd/rio/event.c @@ -146,6 +146,8 @@ configurereq(XConfigureRequestEvent *e) wc.stack_mode = e->detail; XConfigureWindow(dpy, c->parent, e->value_mask, &wc); sendconfig(c); + top(c); + active(c); } }