Permalink
Browse files

don't return early from snoop()

fixes problem where xbanish is launched before the window manager
and never receives any events
  • Loading branch information...
jcs committed May 31, 2013
1 parent 6e0b198 commit 5056afe970aa3c1dfb6af5f879ea649a8af90b15
Showing with 0 additions and 3 deletions.
  1. +0 −3 xbanish.c
View
@@ -136,9 +136,6 @@ snoop(Display *dpy, Window win)
goto done;
}
if (!nkids)
goto done;
XSelectInput(dpy, root, type);
/* listen for newly mapped windows */

0 comments on commit 5056afe

Please sign in to comment.