E: If we add new supported atoms, please be sure to increment the
authorChristopher Michael <cpmichael1@comcast.net>
Sat, 22 Oct 2011 17:01:33 +0000 (17:01 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Sat, 22 Oct 2011 17:01:33 +0000 (17:01 +0000)
array count too.

SVN revision: 64300

src/bin/e_hints.c

index 8d23d2e..926e727 100644 (file)
@@ -33,7 +33,7 @@ e_hints_init(void)
    roots = ecore_x_window_root_list(&num);
    if (roots)
      {
-        Ecore_X_Atom supported[41];
+        Ecore_X_Atom supported[43];
         int supported_num, i;
 
         supported_num = 0;