mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
HasXinerama is an int
ok oga@
This commit is contained in:
2
screen.c
2
screen.c
@@ -83,7 +83,7 @@ screen_init_xinerama(struct screen_ctx *sc)
|
|||||||
if (info == NULL) {
|
if (info == NULL) {
|
||||||
/*is xinerama is actually off, instead of a malloc failure? */
|
/*is xinerama is actually off, instead of a malloc failure? */
|
||||||
if (sc->xinerama == NULL)
|
if (sc->xinerama == NULL)
|
||||||
HasXinerama = NULL;
|
HasXinerama = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user