From: Michael Stapelberg Date: Fri, 19 Mar 2010 17:51:01 +0000 (+0100) Subject: Bugfix: When disabling RandR/Xinerama, give a name to the pseudo-output (Thanks fallen) X-Git-Tag: 3.e~6^2~54 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ee76b2ebf619ed9c7c44d00ed790ae818f879a4b;p=i3%2Fi3 Bugfix: When disabling RandR/Xinerama, give a name to the pseudo-output (Thanks fallen) --- diff --git a/src/randr.c b/src/randr.c index d88fb9c2..7531ecf2 100644 --- a/src/randr.c +++ b/src/randr.c @@ -209,6 +209,7 @@ void disable_randr(xcb_connection_t *conn) { s->rect.y = 0; s->rect.width = root_screen->width_in_pixels; s->rect.height = root_screen->height_in_pixels; + s->name = "xroot-0"; TAILQ_INSERT_TAIL(&outputs, s, outputs);