]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: When disabling RandR/Xinerama, give a name to the pseudo-output (Thanks fallen)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 19 Mar 2010 17:51:01 +0000 (18:51 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 19 Mar 2010 17:51:01 +0000 (18:51 +0100)
src/randr.c

index d88fb9c251d5408e565853ae93a0b1e95ca10793..7531ecf2cd9facebcd4b3d1a189ba819cbf06e9d 100644 (file)
@@ -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);