Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_x.c 


Log Message:
Remove warnings by ifdefing conditonal variables.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -3 -r1.114 -r1.115
--- ecore_x.c   23 Sep 2006 20:45:06 -0000      1.114
+++ ecore_x.c   29 Sep 2006 04:27:39 -0000      1.115
@@ -169,10 +169,14 @@
    int randr_base = 0;
    int randr_err_base = 0;
 #endif
+#ifdef ECORE_XFIXES
    int fixes_base = 0;
    int fixes_err_base = 0;
+#endif
+#ifdef ECORE_XDAMAGE
    int damage_base = 0;
    int damage_err_base = 0;
+#endif
    
    if (_ecore_x_init_count > 0) 
      {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to