Ecore_Evas: We don't need to allocate 10 items for this array if we

are only going to use (at most) 3.



SVN revision: 65194
This commit is contained in:
Christopher Michael 2011-11-14 18:48:19 +00:00
parent f4ec79d7a2
commit 6f2a5f3562
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ _ecore_evas_x_group_leader_update(Ecore_Evas *ee)
static void
_ecore_evas_x_protocols_set(Ecore_Evas *ee)
{
Ecore_X_Atom protos[10];
Ecore_X_Atom protos[3];
unsigned int num = 0, tmp = 0;
if (ee->func.fn_delete_request)