Remove warnings when building without X damage support.

SVN revision: 27416
This commit is contained in:
ningerso 2006-12-11 07:33:40 +00:00 committed by ningerso
parent 45931feb9e
commit 5cb9a5e8a4
1 changed files with 2 additions and 0 deletions

View File

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