From 8be26c9a229a2f8770772f449f0b3d6ac2d841ff Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 10 Jul 2011 19:58:46 +0200 Subject: [PATCH] =?UTF-8?q?x:=20Don=E2=80=99t=20set=20background=20color?= =?UTF-8?q?=20on=20frame=20windows,=20reduces=20flickering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/con.c | 3 --- 1 file changed, 3 deletions(-) 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));