Remove warnings by ifdefing conditonal variables.

SVN revision: 26203
This commit is contained in:
ningerso 2006-09-29 04:27:39 +00:00 committed by ningerso
parent eae096cce5
commit d796ac9023
1 changed files with 4 additions and 0 deletions

View File

@ -169,10 +169,14 @@ ecore_x_init(const char *name)
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)
{