-
#include <stdbool.h>
#include <stdio.h> // debug
-#include <X11/X.h>
-#include <X11/Xatom.h>
-
#include <Elementary.h>
-#include <Ecore_X.h>
#include "elm_priv.h"
+#ifdef HAVE_ELEMENTARY_X
+
+# include <X11/X.h>
+# include <X11/Xatom.h>
-/* this should be #ifdef 12year old compiler */
-#ifdef ELM_WIN32
-# define ARRAYINIT(foo)
-#else
-# define ARRAYINIT(foo) [foo]=
-#endif
+
+# define ARRAYINIT(foo) [foo]=
enum {
}
/* vim: set ts=8 sw=3 sts=8 noexpandtab cino=>5n-3f0^-2{2 : */
+
+#endif