If you add new atom names, be sure to bump the atom count. (This

removes more nasty compiler messages about excess elements in array
initializer, etc, etc).



SVN revision: 55784
This commit is contained in:
Christopher Michael 2010-12-31 01:08:41 +00:00
parent edb84e27c2
commit 34e18ed4e4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ static size_t _elm_user_dir_snprintf(char *dst,
#ifdef HAVE_ELEMENTARY_X
static Ecore_Event_Handler *_prop_change_handler = NULL;
static Ecore_X_Window _root_1st = 0;
#define ATOM_COUNT 21
#define ATOM_COUNT 22
static Ecore_X_Atom _atom[ATOM_COUNT];
static Ecore_X_Atom _atom_config = 0;
static const char *_atom_names[ATOM_COUNT] =