set x11 supported atom array size correctly

CID 1324958
This commit is contained in:
Mike Blumenkrantz 2015-09-25 21:30:00 -04:00
parent 1c36bb8333
commit ec7752cc90
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ e_hints_init(Ecore_Window root, Ecore_Window propwin)
"_GTK_FRAME_EXTENTS",
};
Ecore_X_Atom atoms[EINA_C_ARRAY_LENGTH(atom_names)];
Ecore_X_Atom supported[45];
Ecore_X_Atom supported[46];
int supported_num;
Ecore_X_Window win, twin;
int nwins;