Enlightenment CVS committal

Author  : redalb
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        entice.h 


Log Message:
This should be fixed in ecore but, well, I'm too lazy to do that right now.

If Ecore_Evas.h is included before Ecore_X.h, Ecore_X_Window is defined 
twice...


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/entice.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- entice.h    25 Aug 2003 19:44:21 -0000      1.7
+++ entice.h    4 Sep 2003 14:23:02 -0000       1.8
@@ -12,8 +12,8 @@
 
 #include <Evas.h>
 #include <Ecore.h>
-#include <Ecore_Evas.h>
 #include <Ecore_X.h>
+#include <Ecore_Evas.h>
 #define X_DISPLAY_MISSING
 #include <Imlib2.h>
 #undef X_DISPLAY_MISSING




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to