summary refs log tree commit diff
path: root/screen.c
diff options
context:
space:
mode:
authorokan <okan>2012-07-16 01:42:00 +0000
committerokan <okan>2012-07-16 01:42:00 +0000
commit57af364a2188e90c68b14852c85f26aba04be334 (patch)
tree785811651f7ecca356c14af037cb007291a06251 /screen.c
parente42d1c7f01e06665a3e6e763685e47b965e7b0ae (diff)
downloadcwm-57af364a2188e90c68b14852c85f26aba04be334.tar.gz
cwm-57af364a2188e90c68b14852c85f26aba04be334.tar.xz
cwm-57af364a2188e90c68b14852c85f26aba04be334.zip
check value
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 29d720e..768b495 100644
--- a/screen.c
+++ b/screen.c
@@ -105,7 +105,7 @@ screen_find_xinerama(struct screen_ctx *sc, int x, int y)
 	XineramaScreenInfo	*info;
 	int			 i;
 
-	if (HasXinerama = 0)
+	if (HasXinerama == 0)
 		return (NULL);
 
 	for (i = 0; i < sc->xinerama_no; i++) {