summaryrefslogtreecommitdiff
path: root/tests/showhide.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 20:35:44 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 20:35:44 +0000
commit7fddf2abc2b76e511be8fc14e22c1f310efe00ef (patch)
treece6ca7b9cd7ad6779126277a5983f82a99e56279 /tests/showhide.c
parent1e5fb0d401e66e8e45340d40e0edd3894505d24a (diff)
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?
Diffstat (limited to 'tests/showhide.c')
-rw-r--r--tests/showhide.c2
1 files changed, 1 insertions, 1 deletions
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);