Remove root window as function parameter for apply function (not used

anymore).

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81263
This commit is contained in:
Christopher Michael 2012-12-18 15:16:49 +00:00 committed by Christopher Michael
parent 1d6ea657a9
commit 58ef1a0190
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ e_smart_randr_changed_get(Evas_Object *obj)
}
void
e_smart_randr_changes_apply(Evas_Object *obj, Ecore_X_Window root)
e_smart_randr_changes_apply(Evas_Object *obj)
{
E_Smart_Data *sd;
Eina_List *l = NULL;