From f73c02ce92eb2dc47e9907553a7f9d4d4517767a Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 5 Jan 2011 00:19:51 +0100 Subject: [PATCH] Also initialize output->con when using neither RandR nor Xinerama --- src/randr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/randr.c b/src/randr.c index 999181ef..5da9ab2c 100644 --- a/src/randr.c +++ b/src/randr.c @@ -209,6 +209,7 @@ void disable_randr(xcb_connection_t *conn) { s->rect.width = root_screen->width_in_pixels; s->rect.height = root_screen->height_in_pixels; s->name = "xroot-0"; + output_init_con(s); TAILQ_INSERT_TAIL(&outputs, s, outputs); -- 2.39.5