From 993d90b2c65369a12e59e5c91e99f62620b944cf Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 20 Jan 2016 20:40:52 +1000 Subject: Commenting out no longer needed code, which I should probably just delete soon. --- src/extantz/extantz.c | 4 +++- src/extantz/extantz.h | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c index bf721e2..1091c87 100644 --- a/src/extantz/extantz.c +++ b/src/extantz/extantz.c @@ -472,6 +472,8 @@ static winFang *_makeMainMenu(globals *ourGlobals) return me; } +// No longer need it, but keeping it around for reference. For now. +#if 0 // Elm inlined image windows needs this to change focus on mouse click. // Evas style event callback. static void _cb_mouse_down_elm(void *data, Evas *evas, Evas_Object *obj, void *event_info) @@ -523,7 +525,7 @@ void overlay_add(globals *ourGlobals) evas_object_resize(elm_win_inlined_image_object_get(gld->winwin), ourGlobals->win_w, ourGlobals->win_h); evas_object_show(gld->winwin); } - +#endif // Use jobs or timers to split the init load. So that the window pops up quickly, with it's background clouds. // Then the rest appears a bit at a time. diff --git a/src/extantz/extantz.h b/src/extantz/extantz.h index f441f54..ccafc01 100644 --- a/src/extantz/extantz.h +++ b/src/extantz/extantz.h @@ -280,7 +280,7 @@ EAPI void drawIrr_end(globals *ourGlobals); EAPI void finishIrr(globals *ourGlobals); #endif -void overlay_add(globals *ourGlobals); +//void overlay_add(globals *ourGlobals); Eina_Bool animateScene(globals *ourGlobals); -- cgit v1.1