diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-03-06 14:39:12 +0000 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-03-06 14:39:54 +0000 |
commit | d68739908f3e8d1491301e3047c07312b924ec28 (patch) | |
tree | 4d5a84e22d594c51f465dc621e8edbd8156fdc9a | |
parent | c52f943e6efa0dacf2521da37f61484ee5a72aa3 (diff) |
expedite: Use proper engine field name
@bugfix: The engine field name for Drm engine changed in master.
Update expedite drm engine code to match.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r-- | src/bin/engine_drm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/engine_drm.c b/src/bin/engine_drm.c index 2548706..cc36364 100644 --- a/src/bin/engine_drm.c +++ b/src/bin/engine_drm.c | |||
@@ -25,6 +25,7 @@ engine_drm_args(const char *engine __UNUSED__, int width __UNUSED__, int height | |||
25 | einfo->info.depth = 32; | 25 | einfo->info.depth = 32; |
26 | einfo->info.destination_alpha = EINA_FALSE; | 26 | einfo->info.destination_alpha = EINA_FALSE; |
27 | einfo->info.vsync = EINA_FALSE; | 27 | einfo->info.vsync = EINA_FALSE; |
28 | einfo->info.use_hw_accel = EINA_TRUE; | ||
28 | 29 | ||
29 | if (!evas_engine_info_set(evas, (Evas_Engine_Info *)einfo)) | 30 | if (!evas_engine_info_set(evas, (Evas_Engine_Info *)einfo)) |
30 | { | 31 | { |