remove obsolete comment

This commit is contained in:
Michael Stapelberg 2011-03-18 17:08:48 +01:00
parent 82e286ed7c
commit 3282bb4069
1 changed files with 0 additions and 1 deletions

View File

@ -617,7 +617,6 @@ void x_push_changes(Con *con) {
DLOG("Updating focus (focused: %p / %s)\n", focused, focused->name); 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); xcb_set_input_focus(conn, XCB_INPUT_FOCUS_POINTER_ROOT, to_focus, XCB_CURRENT_TIME);
/* TODO: check if that client acccepts WM_TAKE_FOCUS at all */
if (focused->window != NULL && if (focused->window != NULL &&
focused->window->needs_take_focus) { focused->window->needs_take_focus) {
send_take_focus(to_focus); send_take_focus(to_focus);