diff options
author | David Walter Seikel | 2014-01-13 19:33:28 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-01-13 19:33:28 +1000 |
commit | 9ab3b661b383c2fc294758f7649671ccef2fceb7 (patch) | |
tree | 57594582f6fa1dcd828e28c1d974351699c4955a | |
parent | Failed experiment to quickly try EFL GL support Rasters way, but copious comm... (diff) | |
download | SledjHamr-9ab3b661b383c2fc294758f7649671ccef2fceb7.zip SledjHamr-9ab3b661b383c2fc294758f7649671ccef2fceb7.tar.gz SledjHamr-9ab3b661b383c2fc294758f7649671ccef2fceb7.tar.bz2 SledjHamr-9ab3b661b383c2fc294758f7649671ccef2fceb7.tar.xz |
Failed experiment to try Elm EWS. Think I'll write my own.
-rw-r--r-- | ClientHamr/extantz/extantz.c | 3 |
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); |