JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove unnecessary XSync
authorAnselm R.Garbe <arg@10ksloc.org>
Mon, 14 Aug 2006 14:26:06 +0000 (16:26 +0200)
committerAnselm R.Garbe <arg@10ksloc.org>
Mon, 14 Aug 2006 14:26:06 +0000 (16:26 +0200)
event.c

diff --git a/event.c b/event.c
index 85205d9..125c6a2 100644 (file)
--- a/event.c
+++ b/event.c
@@ -382,6 +382,5 @@ grabkeys()
                                GrabModeAsync, GrabModeAsync);
                XGrabKey(dpy, code, key[i].mod | NUMLOCKMASK | LockMask, root, True,
                                GrabModeAsync, GrabModeAsync);
-               XSync(dpy, False);
        }
 }