From 1d6ea657a965cbe59fa1b669d01422f3b8cbb193 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 18 Dec 2012 15:16:44 +0000 Subject: [PATCH] Remove root window as a function paramater (not used anymore). Signed-off-by: Christopher Michael SVN revision: 81262 --- src/modules/conf_randr/e_smart_randr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_randr.h b/src/modules/conf_randr/e_smart_randr.h index 70e97a503..735e25f5c 100644 --- a/src/modules/conf_randr/e_smart_randr.h +++ b/src/modules/conf_randr/e_smart_randr.h @@ -11,7 +11,7 @@ void e_smart_randr_monitor_add(Evas_Object *obj, Evas_Object *mon); void e_smart_randr_monitor_del(Evas_Object *obj, Evas_Object *mon); Eina_List *e_smart_randr_monitors_get(Evas_Object *obj); Eina_Bool e_smart_randr_changed_get(Evas_Object *obj); -void e_smart_randr_changes_apply(Evas_Object *obj, Ecore_X_Window root); +void e_smart_randr_changes_apply(Evas_Object *obj); # endif #endif