projects
/
profile
/
mobile
/
apps
/
native
/
message.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8a0d0
)
Fixed: elm_config h/w acceleration in MainApp
50/69750/2
submit/tizen_mobile/20160517.095559
author
Denis Dolzhenko
<d.dolzhenko@samsung.com>
Mon, 16 May 2016 12:29:25 +0000
(15:29 +0300)
committer
Denis Dolzhenko
<d.dolzhenko@samsung.com>
Mon, 16 May 2016 12:32:20 +0000
(
05:32
-0700)
Change-Id: I10d4a0767a5c64c8f728697400eddcc06bed9297
Signed-off-by: Denis Dolzhenko <d.dolzhenko@samsung.com>
src/MainApp/MainApp.cpp
patch
|
blob
|
history
diff --git
a/src/MainApp/MainApp.cpp
b/src/MainApp/MainApp.cpp
index
07896d2
..
7d55e4d
100644
(file)
--- a/
src/MainApp/MainApp.cpp
+++ b/
src/MainApp/MainApp.cpp
@@
-114,7
+114,7
@@
bool MainApp::onAppCreate()
bindtextdomain(PROJECT_NAME, localePath.c_str());
elm_app_base_scale_set(2.6);
- elm_config_
preferred_engine_set("opengl_x11
");
+ elm_config_
accel_preference_set("3d
");
m_pWindow = new StandardWindow;
m_pWindow->show();