projects
/
apps
/
native
/
menu-screen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2af485
)
ELM_ENGINE : software_x11 in Emulator
author
Jin Yoon
<jinny.yoon@samsung.com>
Fri, 22 Mar 2013 04:38:43 +0000
(13:38 +0900)
committer
Jin Yoon
<jinny.yoon@samsung.com>
Fri, 22 Mar 2013 04:38:43 +0000
(13:38 +0900)
src/menu_screen.c
patch
|
blob
|
history
diff --git
a/src/menu_screen.c
b/src/menu_screen.c
index
411768d
..
f139d06
100644
(file)
--- a/
src/menu_screen.c
+++ b/
src/menu_screen.c
@@
-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) {