elm_win has some internal locking to avoid doing sizing and visibility
changes until pre-render to save some calculations. this makes triggering
ui events on objects impossible, as they will not be visible.
Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8438
#include "eo_internal.h"
#include "../efl_check.h"
#include "elm_widget.h"
+#include "ecore_private.h"
+#include "ecore_evas_private.h"
+
static int main_pid = -1;
static Eina_Bool did_shutdown;
ecore_loop_time_set(t + LOOP_INCREMENT);
ecore_animator_custom_tick();
+ ecore_evas_render_prepare(ecore_evas_ecore_evas_get(evas_object_evas_get(data)));
evas_norender(evas_object_evas_get(data));
}