]> git.sur5r.net Git - i3/i3/blobdiff - src/xinerama.c
Re-Implement support for RandR changes
[i3/i3] / src / xinerama.c
index 369e8ab7311f31066165727fa1d0cb31f5f7ac62..8bb1b43f117fa08b67029b940f9661432fd3149f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * i3 - an improved dynamic tiling window manager
  *
- * © 2009-2010 Michael Stapelberg and contributors
+ * © 2009-2011 Michael Stapelberg and contributors
  *
  * See file LICENSE for license information.
  *
@@ -70,6 +70,7 @@ static void query_screens(xcb_connection_t *conn) {
             if (s->rect.x == 0 && s->rect.y == 0)
                     TAILQ_INSERT_HEAD(&outputs, s, outputs);
             else TAILQ_INSERT_TAIL(&outputs, s, outputs);
+            output_init_con(s);
             num_screens++;
         }