projects
/
apps
/
core
/
preloaded
/
settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5ec1bb
)
[Bug] change elm_config_engine_set to elm_config_preferred_engine_set .
author
Jing Yigang
<yigang.jing@samsung.com>
Thu, 6 Sep 2012 02:33:50 +0000
(10:33 +0800)
committer
Jing Yigang
<yigang.jing@samsung.com>
Thu, 6 Sep 2012 02:33:50 +0000
(10:33 +0800)
Change-Id: I47c2d701a99983d9b8cdc48654dc28e38c195dbe
src/setting.c
patch
|
blob
|
history
diff --git
a/src/setting.c
b/src/setting.c
index 0275f491cf68cf84f0ff70405ced0d704b24bb60..375eb4d971cf742d70b0922450b6ceed1663990d 100755
(executable)
--- a/
src/setting.c
+++ b/
src/setting.c
@@
-960,7
+960,7
@@
int main(int argc, char *argv[])
elm_init(argc, argv);
#if SUPPORT_GL_ENGINE
// opengl_x11 or software_x11
- elm_config_engine_set("software_x11");
+ elm_config_
preferred_
engine_set("software_x11");
#endif
//fprintf(stderr, "[TIME] 1. aul_launch -> main :: Setting main : %d msec \n", appcore_measure_time_from("APP_START_TIME"));