Bugfix: When disabling RandR/Xinerama, give a name to the pseudo-output (Thanks fallen)
This commit is contained in:
parent
af00df9321
commit
ee76b2ebf6
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue