summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authorokan <okan>2009-01-06 00:19:55 +0000
committerokan <okan>2009-01-06 00:19:55 +0000
commitd2a54bc1156c93d325c8aabffc4d637a688d02a3 (patch)
tree6cfba9d760b952c0fa206d67439e35ebcc75fecf /screen.c
parent841c646a2bd69fe290640f0728c472c0575c6d9f (diff)
downloadcwm-d2a54bc1156c93d325c8aabffc4d637a688d02a3.tar.gz
cwm-d2a54bc1156c93d325c8aabffc4d637a688d02a3.tar.xz
cwm-d2a54bc1156c93d325c8aabffc4d637a688d02a3.zip
HasXinerama is an int
ok oga@
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
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;
 	}