HasXinerama is an int

ok oga@
This commit is contained in:
okan 2009-01-06 00:19:55 +00:00
parent 841c646a2b
commit d2a54bc115

View File

@ -83,7 +83,7 @@ screen_init_xinerama(struct screen_ctx *sc)
if (info == NULL) {
/*is xinerama is actually off, instead of a malloc failure? */
if (sc->xinerama == NULL)
HasXinerama = NULL;
HasXinerama = 0;
return;
}