remove left-over xcb_aux_sync (debugging code)
This commit is contained in:
parent
1585c36ab2
commit
c17b3b7560
3
src/x.c
3
src/x.c
|
@ -603,9 +603,6 @@ void x_push_changes(Con *con) {
|
||||||
}
|
}
|
||||||
DLOG("Done, EnterNotify re-enabled\n");
|
DLOG("Done, EnterNotify re-enabled\n");
|
||||||
|
|
||||||
free(xcb_get_input_focus_reply(conn, xcb_get_input_focus(conn), NULL));
|
|
||||||
|
|
||||||
|
|
||||||
DLOG("\n\n PUSHING CHANGES\n\n");
|
DLOG("\n\n PUSHING CHANGES\n\n");
|
||||||
x_push_node(con);
|
x_push_node(con);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue