remove debug
This commit is contained in:
parent
1616aa4e77
commit
770d0dce1f
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user