huchi pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=fa382dade0441a20b296cc68372e589e68d71ce4
commit fa382dade0441a20b296cc68372e589e68d71ce4 Author: Wonguk Jeong <[email protected]> Date: Thu Aug 21 19:15:58 2014 +0200 emotion: fix command-line args visualization test --- src/tests/emotion/emotion_test_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/emotion/emotion_test_main.c b/src/tests/emotion/emotion_test_main.c index dd85905..e435935 100644 --- a/src/tests/emotion/emotion_test_main.c +++ b/src/tests/emotion/emotion_test_main.c @@ -714,6 +714,7 @@ main(int argc, char **argv) } if (geometry.w == 0) geometry.w = 320; if (geometry.h == 0) geometry.h = 240; + vis = visual; printf("evas engine: %s\n", engine ? engine : "<auto>"); printf("emotion backend: %s\n", backend ? backend : "<auto>"); --
