]> git.sur5r.net Git - i3/i3/commitdiff
x: Don’t set background color on frame windows, reduces flickering
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Jul 2011 17:58:46 +0000 (19:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 10 Jul 2011 17:58:46 +0000 (19:58 +0200)
src/con.c

index 7ce782bc373c91467ec11a69c922d92c24153607..1cf1779e7f63d302ed943353121921a70eef250e 100644 (file)
--- 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));