ELM_ENGINE : software_x11 in Emulator
authorJin Yoon <jinny.yoon@samsung.com>
Fri, 22 Mar 2013 04:38:43 +0000 (13:38 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Fri, 22 Mar 2013 04:38:43 +0000 (13:38 +0900)
src/menu_screen.c

index 411768d..f139d06 100644 (file)
@@ -548,6 +548,7 @@ int main(int argc, char *argv[])
 
        if (_is_emulator_on()) {
                _D("ELM_ENGINE is set as [software_x11]");
+               setenv("ELM_ENGINE", "software_x11", 1);
        } else {
                buf = vconf_get_str(MENU_SCREEN_ENGINE);
                if (buf) {