From 8635bbc76a83c026d244ee5efc72b4ecd62a584e Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 2 Feb 2013 14:10:42 +1000 Subject: A few minor clean ups. --- ClientHamr/extantz/extantz.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ClientHamr/extantz/extantz.c') diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c index 6d45501..4d723a3 100644 --- a/ClientHamr/extantz/extantz.c +++ b/ClientHamr/extantz/extantz.c @@ -337,7 +337,7 @@ static void _cb_mouse_down_GL(void *data, Evas *evas, Evas_Object *obj, void *ev if (1 == ev->button) { gld->camFocus = 1; - printf("Background GL object focused.\n"); + // TODO, figure out how to unfocus elm. } } @@ -351,7 +351,6 @@ static void _cb_mouse_down_elm(void *data, Evas *evas, Evas_Object *obj, void *e gld->camFocus = 0; // TODO - Yes we really DO need to figure out what was clicked on and set focus to it. sigh // elm_object_focus_set(gld->bx, EINA_TRUE); - printf("ELM object focused.\n"); } } -- cgit v1.1