wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit ee9b547b38bf5158b2384fa3a1e6568e4583ffe2
parent 398533dfd1f97273cb75ec9703a03bc93810f1f6
Author: Kris Maglione <kris@suckless.org>
Date:   Mon, 14 Jun 2010 10:46:46 -0400

Flush X output queue in event_preselect.

Diffstat:
lib/libstuff/event/ixp.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/libstuff/event/ixp.c b/lib/libstuff/event/ixp.c @@ -8,6 +8,7 @@ void event_preselect(IxpServer *s) { USED(s); event_check(); + XFlush(display); } void