discomfitor pushed a commit to branch enlightenment-0.19. http://git.enlightenment.org/core/enlightenment.git/commit/?id=963d033699e3425008e95306c847631afb0d798b
commit 963d033699e3425008e95306c847631afb0d798b Author: Mike Blumenkrantz <zm...@osg.samsung.com> Date: Mon Jan 5 15:29:41 2015 -0500 disable client stack debugging this should have been turned off for e19 release but I forgot --- 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 7b8cd09..f2601df 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -326,7 +326,7 @@ e_hints_client_stacking_set(void) E_Comp *comp; const Eina_List *l; -#define CLIENT_STACK_DEBUG +//#define CLIENT_STACK_DEBUG /* Get client count */ EINA_LIST_FOREACH(e_comp_list(), l, comp) { --