mixing interfaces api with legacy api is bad for elm_win
ref T7713
Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8388
#ifdef HAVE_CONFIG_H
# include "elementary_config.h"
#endif
-#include <Efl_Ui.h>
-#include <Elementary.h>
#include <Efl_Ui.h>
#include <Elementary.h>
if (!(gld = calloc(1, sizeof(GLData)))) return;
gldata_init(gld);
-#if 0
+#if 1
// add a Z-depth buffer to the window and try to use GL
Eina_Stringshare *accel;
accel = eina_stringshare_add(elm_config_accel_preference_get());
evas_object_smart_callback_add(bt, "clicked", _on_done, win);
evas_object_resize(win, 320, 480);
+ evas_object_show(win);
}
void