From faacad29dc7a087e90f714ced42d8077e5018641 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Fri, 17 Jul 2015 15:04:39 -0400 Subject: [PATCH] remove a kind of typo in E_ZONE_GEOMETRY atom string. Test Plan: N/A Reviewers: devilhorns, zmike Reviewed By: devilhorns, zmike Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D2833 --- src/bin/e_atoms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_atoms.c b/src/bin/e_atoms.c index 3a95f8f8b..a1f58ebad 100644 --- a/src/bin/e_atoms.c +++ b/src/bin/e_atoms.c @@ -32,7 +32,7 @@ e_atoms_init(void) "__E_ATOM_WINDOW_STATE", "__E_ATOM_WINDOW_STATE_CENTERED", "__E_ATOM_DESKTOP_FILE", - "E_ZONE_GEOMETRY,", + "E_ZONE_GEOMETRY", "WL_SURFACE_ID" }; Ecore_X_Atom atoms[EINA_C_ARRAY_LENGTH(atom_names)];