discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=ec7752cc900bde3cc8e6fb2338a4099983787420

commit ec7752cc900bde3cc8e6fb2338a4099983787420
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Sep 25 21:30:00 2015 -0400

    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 101f975..a26a35f 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;

-- 


Reply via email to