req gl eng for 3d test

SVN revision: 69075
This commit is contained in:
Carsten Haitzler 2012-03-09 06:35:29 +00:00
parent 8af887cf42
commit 4856cf7e86
1 changed files with 5 additions and 0 deletions

View File

@ -566,7 +566,12 @@ test_glview(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info
gldata_init(gld);
// new window - do the usual and give it a name, title and delete handler
// Set the engine to opengl_x11
elm_config_preferred_engine_set("opengl_x11");
win = elm_win_add(NULL, "glview", ELM_WIN_BASIC);
// Set preferred engine back to default from config
elm_config_preferred_engine_set(NULL);
elm_win_title_set(win, "GLView");
elm_win_autodel_set(win, EINA_TRUE);