aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorokan2009-01-06 00:19:55 +0000
committerokan2009-01-06 00:19:55 +0000
commitbecb004dbb17da6b3226c669df6f75c9251ebae2 (patch)
tree7a769f844759597b309797ad591dbb5ee22ef5f8 /screen.c
parent241b240d44581f49c51d5ce2267965fb700c7148 (diff)
downloadcwm-becb004dbb17da6b3226c669df6f75c9251ebae2.tar.gz
HasXinerama is an int
ok oga@
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.c b/screen.c
index 1921793..ee5a001 100644
--- a/screen.c
+++ b/screen.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: screen.c,v 1.11 2008/09/29 23:16:46 oga Exp $
+ * $Id: screen.c,v 1.12 2009/01/06 00:19:55 okan Exp $
*/
#include "headers.h"
@@ -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;
}