discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=faacad29dc7a087e90f714ced42d8077e5018641
commit faacad29dc7a087e90f714ced42d8077e5018641 Author: Seunghun Lee <[email protected]> Date: Fri Jul 17 15:04:39 2015 -0400 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 3a95f8f..a1f58eb 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)]; --
