From ec7752cc900bde3cc8e6fb2338a4099983787420 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 25 Sep 2015 21:30:00 -0400 Subject: [PATCH] set x11 supported atom array size correctly CID 1324958 --- src/bin/e_hints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index 101f9758f..a26a35fa5 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -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;