aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/extantz/extantz.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-02-02 14:10:42 +1000
committerDavid Walter Seikel2013-02-02 14:10:42 +1000
commit8635bbc76a83c026d244ee5efc72b4ecd62a584e (patch)
tree69a69e5c0c0b34fcda10fdc2f28b45e4ec74aa82 /ClientHamr/extantz/extantz.c
parentFix up those arrow keys by getting elm out of the loop. (diff)
downloadSledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.zip
SledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.tar.gz
SledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.tar.bz2
SledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.tar.xz
A few minor clean ups.
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