devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c3a9474ae966a74e0a0a76b8c49c7b46f540bde4
commit c3a9474ae966a74e0a0a76b8c49c7b46f540bde4 Author: Chris Michael <[email protected]> Date: Thu Oct 16 11:39:41 2014 -0400 update todo Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index c2ab333..8b98144 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -738,6 +738,8 @@ _e_comp_wl_client_cb_del(void *data EINA_UNUSED, E_Client *ec) eina_tiler_free(ec->comp_data->pending.input); E_FREE(ec->comp_data); + + /* TODO: focus check */ } static Eina_Bool --
