Remove root window as a function paramater (not used anymore).

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

SVN revision: 81262
This commit is contained in:
Christopher Michael 2012-12-18 15:16:44 +00:00 committed by Christopher Michael
parent 6c3a3d14d3
commit 1d6ea657a9
1 changed files with 1 additions and 1 deletions

View File

@ -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