add atoms+cursor includes to ecore_x.h - so much simpler for users. no need
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Jan 2010 13:07:35 +0000 (13:07 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Jan 2010 13:07:35 +0000 (13:07 +0000)
to keep them separate.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45521 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/Ecore_X.h

index 55055a6..e3ecca6 100644 (file)
@@ -1847,4 +1847,7 @@ EAPI Eina_Bool         ecore_x_input_multi_select(Ecore_X_Window win);
 }
 #endif
 
+#include <Ecore_X_Atoms.h>
+#include <Ecore_X_Cursor.h>
+
 #endif