Bugfix: Raise clients only when needed

This commit is contained in:
Michael Stapelberg
2009-02-28 02:15:14 +01:00
parent 67fbec2061
commit 43d471b9ab
3 changed files with 14 additions and 7 deletions

View File

@ -253,11 +253,6 @@ void render_container(xcb_connection_t *connection, Container *container) {
current_client * decoration_height);
current_client++;
}
/* Raise the focused window */
uint32_t values[] = { XCB_STACK_MODE_ABOVE };
xcb_configure_window(connection, container->currently_focused->frame,
XCB_CONFIG_WINDOW_STACK_MODE, values);
}
}