From: Michael Stapelberg Date: Sun, 10 Jul 2011 17:58:46 +0000 (+0200) Subject: x: Don’t set background color on frame windows, reduces flickering X-Git-Tag: tree-pr4~53 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8be26c9a229a2f8770772f449f0b3d6ac2d841ff;p=i3%2Fi3 x: Don’t set background color on frame windows, reduces flickering --- diff --git a/src/con.c b/src/con.c index 7ce782bc..1cf1779e 100644 --- a/src/con.c +++ b/src/con.c @@ -52,9 +52,6 @@ Con *con_new(Con *parent, i3Window *window) { x_con_init(new); - // TODO: this needs to be integrated into src/x.c and updated on config file reloads - xcb_change_window_attributes(conn, new->frame, XCB_CW_BACK_PIXEL, &config.client.background); - TAILQ_INIT(&(new->floating_head)); TAILQ_INIT(&(new->nodes_head)); TAILQ_INIT(&(new->focus_head));