diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 34898dc6f..e29de10dd 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -21,6 +21,8 @@ void e_smart_monitor_output_set(Evas_Object *obj, E_Randr_Output_Info *output); E_Randr_Output_Info *e_smart_monitor_output_get(Evas_Object *obj); void e_smart_monitor_layout_set(Evas_Object *obj, Evas_Object *layout); Evas_Object *e_smart_monitor_layout_get(Evas_Object *obj); +void e_smart_monitor_move(Evas_Object *obj, Evas_Coord x, Evas_Coord y); +void e_smart_monitor_resize(Evas_Object *obj, Evas_Coord w, Evas_Coord h); # endif #endif diff --git a/src/modules/conf_randr/e_smart_randr.h b/src/modules/conf_randr/e_smart_randr.h index 1d9ada3ab..dd0f5a68f 100644 --- a/src/modules/conf_randr/e_smart_randr.h +++ b/src/modules/conf_randr/e_smart_randr.h @@ -6,6 +6,7 @@ Evas_Object *e_smart_randr_add(Evas *evas); void e_smart_randr_current_size_set(Evas_Object *obj, Evas_Coord w, Evas_Coord h); void e_smart_randr_monitors_create(Evas_Object *obj); +void e_smart_randr_monitor_add(Evas_Object *obj, Evas_Object *mon); # endif #endif