From d2a54bc1156c93d325c8aabffc4d637a688d02a3 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 6 Jan 2009 00:19:55 +0000 Subject: HasXinerama is an int ok oga@ --- screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'screen.c') diff --git a/screen.c b/screen.c index 70ee0db..7235082 100644 --- a/screen.c +++ b/screen.c @@ -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; } -- cgit 1.4.1