add atoms+cursor includes to ecore_x.h - so much simpler for users. no need

to keep them separate.



SVN revision: 45521
This commit is contained in:
Carsten Haitzler 2010-01-24 13:07:35 +00:00
parent 0c75b1cf0f
commit 19d30a8a48
1 changed files with 3 additions and 0 deletions

View 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