diff --git a/workspace.h b/workspace.h index 013d59affa..e01bb32f22 100644 --- a/workspace.h +++ b/workspace.h @@ -20,6 +20,10 @@ Copyright (C) 1999, 2000 Matthias Ettrich #include #ifdef HAVE_XINERAMA +# ifndef Bool +// if Bool isn't defined, then the Xinerama header will have problems... +# define Bool int +# endif extern "C" { #include };