This should fix focus problems where EnterNotify events were generated while
moving windows. Hopefully it does not trigger any regressions :).
Fixes #500
if (stacking_changed)
ewmh_update_client_list_stacking(btt_stack, btt_stack_num);
+ DLOG("\n\n PUSHING CHANGES\n\n");
+ x_push_node(con);
+
//DLOG("Re-enabling EnterNotify\n");
values[0] = FRAME_EVENT_MASK;
CIRCLEQ_FOREACH_REVERSE(state, &state_head, state) {
}
//DLOG("Done, EnterNotify re-enabled\n");
- DLOG("\n\n PUSHING CHANGES\n\n");
- x_push_node(con);
x_deco_recurse(con);
xcb_window_t to_focus = focused->frame;