From f18f5572aa709ecdc212edac16471bfd35c41f51 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 17 Dec 2012 09:19:25 +0000 Subject: [PATCH] Add function prototypes to header(s) where missing. Signed-off-by: Christopher Michael SVN revision: 81079 --- src/modules/conf_randr/e_smart_monitor.h | 2 ++ src/modules/conf_randr/e_smart_randr.h | 1 + 2 files changed, 3 insertions(+) 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