X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fxinerama.c;h=8bb1b43f117fa08b67029b940f9661432fd3149f;hb=36583ec6ee7ada36764a492fdaae158a5cdd04c3;hp=369e8ab7311f31066165727fa1d0cb31f5f7ac62;hpb=3412e12602d09982c36138591918c2dd3fb9741a;p=i3%2Fi3 diff --git a/src/xinerama.c b/src/xinerama.c index 369e8ab7..8bb1b43f 100644 --- a/src/xinerama.c +++ b/src/xinerama.c @@ -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++; }