From 7fddf2abc2b76e511be8fc14e22c1f310efe00ef Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 May 2007 20:35:44 +0000 Subject: some focus fixes. always set the new focus when we fallback or else weird states appear. better handling of focusin's on clients that don't exist? --- tests/showhide.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/showhide.c b/tests/showhide.c index bd1078a3..a0b51e7a 100644 --- a/tests/showhide.c +++ b/tests/showhide.c @@ -42,7 +42,7 @@ int main () { XSetWindowBackground(display,win,WhitePixel(display,0)); XMapWindow(display, win); XFlush(display); - usleep(10000); + usleep(1000); XDestroyWindow(display, win); XSync(display, False); -- cgit v1.2.3