From 58ef1a0190949b1050b1fbd6fd614460105fd3b8 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 18 Dec 2012 15:16:49 +0000 Subject: [PATCH] Remove root window as function parameter for apply function (not used anymore). Signed-off-by: Christopher Michael SVN revision: 81263 --- src/modules/conf_randr/e_smart_randr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_randr.c b/src/modules/conf_randr/e_smart_randr.c index 29c308218..97ab37b25 100644 --- a/src/modules/conf_randr/e_smart_randr.c +++ b/src/modules/conf_randr/e_smart_randr.c @@ -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;