From: raster Date: Sun, 24 Jan 2010 13:07:35 +0000 (+0000) Subject: add atoms+cursor includes to ecore_x.h - so much simpler for users. no need X-Git-Tag: build/2012-07-04.173327~2247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0695518daf8a6b0879299425fb43e3efb0522a2b;p=profile%2Fivi%2Fecore.git add atoms+cursor includes to ecore_x.h - so much simpler for users. no need to keep them separate. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@45521 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h index 55055a6..e3ecca6 100644 --- a/src/lib/ecore_x/Ecore_X.h +++ b/src/lib/ecore_x/Ecore_X.h @@ -1847,4 +1847,7 @@ EAPI Eina_Bool ecore_x_input_multi_select(Ecore_X_Window win); } #endif +#include +#include + #endif