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>
This commit is contained in:
Chris Michael 2014-03-06 14:39:12 +00:00
parent c52f943e6e
commit d68739908f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ engine_drm_args(const char *engine __UNUSED__, int width __UNUSED__, int height
einfo->info.depth = 32;
einfo->info.destination_alpha = EINA_FALSE;
einfo->info.vsync = EINA_FALSE;
einfo->info.use_hw_accel = EINA_TRUE;
if (!evas_engine_info_set(evas, (Evas_Engine_Info *)einfo))
{