X-Git-Url: http://pileus.org/git/?p=wmpus;a=blobdiff_plain;f=sys-x11.c;h=77555a9cb05a309ec3531f2d36a0bd48f5837fad;hp=02e90a808a0ae675fe5314399f8bcd9e3f5937c4;hb=9ad3a4aae8c69e22d1fdc9b232fa14a9bb2fa2e9;hpb=736bcfea5645ead94a772cf5736af8768f35da73 diff --git a/sys-x11.c b/sys-x11.c index 02e90a8..77555a9 100644 --- a/sys-x11.c +++ b/sys-x11.c @@ -563,7 +563,6 @@ win_t *sys_init(void) /* Select window management events */ XSelectInput(dpy, xid, SubstructureRedirectMask|SubstructureNotifyMask); - XSetInputFocus(dpy, None, RevertToNone, CurrentTime); xerrorxlib = XSetErrorHandler(xerror); return win_find(dpy, xid, 1);