If you add new atom names, be sure to bump the atom count. (This
authorChristopher Michael <cpmichael1@comcast.net>
Fri, 31 Dec 2010 01:08:41 +0000 (01:08 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Fri, 31 Dec 2010 01:08:41 +0000 (01:08 +0000)
removes more nasty compiler messages about excess elements in array
initializer, etc, etc).

SVN revision: 55784

src/lib/elm_config.c

index 3e0511a..414728e 100644 (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] =