Bring back some more EWMH support.

This commit is contained in:
Fernando Tarlá Cardoso Lemos
2011-03-13 21:09:32 -03:00
committed by Michael Stapelberg
parent b4e3dfd76b
commit c0563af3e2
7 changed files with 76 additions and 62 deletions

View File

@ -616,6 +616,7 @@ void x_push_changes(Con *con) {
} else {
DLOG("Updating focus (focused: %p / %s)\n", focused, focused->name);
xcb_set_input_focus(conn, XCB_INPUT_FOCUS_POINTER_ROOT, to_focus, XCB_CURRENT_TIME);
ewmh_update_active_window(to_focus);
focused_id = to_focus;
}
}