From d159da8671f94468f409b27dfc504ae7f7f554d4 Mon Sep 17 00:00:00 2001 From: kojima Date: Fri, 6 Jun 2003 02:47:46 +0000 Subject: [PATCH] fixed little prob with header define --- src/xinerama.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xinerama.h b/src/xinerama.h index e8a9f309..96053ba3 100644 --- a/src/xinerama.h +++ b/src/xinerama.h @@ -19,8 +19,8 @@ * USA. */ -#ifndef _XINERAMA_H_ -#define _XINERAMA_H_ +#ifndef _WMXINERAMA_H_ +#define _WMXINERAMA_H_ #include "screen.h" #include "window.h" -- 2.11.4.GIT