remove debug

This commit is contained in:
Martin Duquesnoy 2011-11-08 12:30:43 +01:00
parent 1616aa4e77
commit 770d0dce1f

View File

@ -639,8 +639,6 @@ client_new(Window w, XWindowAttributes *wa, bool scan)
if(!scan)
tag_client((c->flags & CLIENT_RULED ? c->tag : c->screen->seltag), c);
printf("-> %d\n", c->flags & CLIENT_RULED);
/* X window attributes */
XSelectInput(W->dpy, w, EnterWindowMask | LeaveWindowMask | StructureNotifyMask | PropertyChangeMask);
XSetWindowBorderWidth(W->dpy, w, 0);