aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ClientHamr/extantz/extantz.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c
index 832003a..0c39b66 100644
--- a/ClientHamr/extantz/extantz.c
+++ b/ClientHamr/extantz/extantz.c
@@ -1307,6 +1307,9 @@ EAPI_MAIN int elm_main(int argc, char **argv)
1307// TODO - add the main menu here, in a toolbar, in the box. The windows still need their own menus, just different from the ones we have now. 1307// TODO - add the main menu here, in a toolbar, in the box. The windows still need their own menus, just different from the ones we have now.
1308 1308
1309#if 1 1309#if 1
1310 // In theory this should create an EWS window, in practice, I'm not seeing any difference.
1311 // Guess I'll have to implement my own internal window manager. I don't think a basic one will be that hard. Famous last words.
1312// elm_config_engine_set("ews");
1310 win3 = elm_win_add(gld->win, "inlined", ELM_WIN_INLINED_IMAGE); 1313 win3 = elm_win_add(gld->win, "inlined", ELM_WIN_INLINED_IMAGE);
1311 evas_object_event_callback_add(elm_win_inlined_image_object_get(win3), EVAS_CALLBACK_MOUSE_DOWN, _cb_mouse_down_elm, gld); 1314 evas_object_event_callback_add(elm_win_inlined_image_object_get(win3), EVAS_CALLBACK_MOUSE_DOWN, _cb_mouse_down_elm, gld);
1312 elm_win_alpha_set(win3, EINA_TRUE); 1315 elm_win_alpha_set(win3, EINA_TRUE);