emotion: fix command-line args visualization test

This commit is contained in:
Wonguk Jeong 2014-08-21 19:15:58 +02:00
parent a0999f9600
commit fa382dade0
1 changed files with 1 additions and 0 deletions

View File

@ -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>");