wmii

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

commit cc0f97e9bc5dcbf5c8c06c1c9352da4cda7bcefc
parent 362a2767bd22c508c8e4de439fa6a4639155b006
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Wed,  8 Feb 2006 18:37:16 +0100

doing the same in wmiibar and wmiikeys as well, this makes everything more snappy


Diffstat:
cmd/wmiibar.c | 1+
cmd/wmiikeys.c | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cmd/wmiibar.c b/cmd/wmiibar.c @@ -756,6 +756,7 @@ do_fcall(IXPConn *c) if(errstr) ixp_server_respond_error(c, &fcall, errstr); } + check_x_event(nil); } static void diff --git a/cmd/wmiikeys.c b/cmd/wmiikeys.c @@ -829,6 +829,7 @@ do_fcall(IXPConn *c) if(errstr) ixp_server_respond_error(c, &fcall, errstr); } + check_x_event(nil); } static void