Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_x_damage.c 


Log Message:
Remove warnings when building without X damage support.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_damage.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore_x_damage.c    19 May 2006 14:23:04 -0000      1.1
+++ ecore_x_damage.c    11 Dec 2006 07:33:40 -0000      1.2
@@ -6,7 +6,9 @@
 #include "Ecore_X.h"
 
 static int _damage_available;
+#ifdef ECORE_XDAMAGE
 static int _damage_major, _damage_minor;
+#endif
 
 void
 _ecore_x_damage_init(void)



-------------------------------------------------------------------------
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