aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/extantz.c
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/extantz/extantz.c')
-rw-r--r--ClientHamr/extantz/extantz.c3
1 files changed, 1 insertions, 2 deletions
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
337 if (1 == ev->button) 337 if (1 == ev->button)
338 { 338 {
339 gld->camFocus = 1; 339 gld->camFocus = 1;
340 printf("Background GL object focused.\n"); 340 // TODO, figure out how to unfocus elm.
341 } 341 }
342} 342}
343 343
@@ -351,7 +351,6 @@ static void _cb_mouse_down_elm(void *data, Evas *evas, Evas_Object *obj, void *e
351 gld->camFocus = 0; 351 gld->camFocus = 0;
352 // TODO - Yes we really DO need to figure out what was clicked on and set focus to it. sigh 352 // TODO - Yes we really DO need to figure out what was clicked on and set focus to it. sigh
353// elm_object_focus_set(gld->bx, EINA_TRUE); 353// elm_object_focus_set(gld->bx, EINA_TRUE);
354 printf("ELM object focused.\n");
355 } 354 }
356} 355}
357 356