Enlightenment CVS committal

Author  : andrunko
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:
Fixed undefined symbol when BUILD_ECORE_EVAS_X11 is not set.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- ecore_evas_x.c      19 Nov 2007 18:27:11 -0000      1.118
+++ ecore_evas_x.c      30 Nov 2007 17:12:27 -0000      1.119
@@ -2025,6 +2025,7 @@
 #endif /* BUILD_ECORE_EVAS_X11_16 */
      }
 }
+#endif
 
 static void *
 _ecore_evas_x_window_get(Ecore_Evas *ee)
@@ -2036,6 +2037,7 @@
 #endif
 }
 
+#ifdef BUILD_ECORE_EVAS_X11
 static void
 _ecore_evas_x_show(Ecore_Evas *ee)
 {



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to