Set engine aspect function pointer

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-12-05 11:47:44 +00:00
parent a36b1641d9
commit 8f21dfe06b
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ static Ecore_Evas_Engine_Func _ecore_wl_engine_func =
NULL, // func profiles set
NULL, // func profile set
NULL, // window group set
NULL, // aspect set
_ecore_evas_wl_common_aspect_set,
NULL, // urgent set
NULL, // modal set
NULL, // demand attention set

View File

@ -67,7 +67,7 @@ static Ecore_Evas_Engine_Func _ecore_wl_engine_func =
NULL, // func profiles set
NULL, // func profile set
NULL, // window group set
NULL, // aspect set
_ecore_evas_wl_common_aspect_set,
NULL, // urgent set
NULL, // modal set
NULL, // demand attention set