From f52d507845de81c3622e2c9b38ae30ccdee50796 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 19 Feb 2013 11:00:00 +0000 Subject: [PATCH] Add missing function prototypes. Signed-off-by: Christopher Michael SVN revision: 84218 --- src/modules/conf_randr/e_smart_monitor.h | 2 ++ src/modules/conf_randr/e_smart_randr.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 1e75d4fad..2332b74ec 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -22,6 +22,8 @@ void e_smart_monitor_grid_virtual_size_set(Evas_Object *obj, Evas_Coord vw, Evas void e_smart_monitor_background_set(Evas_Object *obj, Evas_Coord dx, Evas_Coord dy); void e_smart_monitor_current_geometry_set(Evas_Object *obj, Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h); void e_smart_monitor_clone_set(Evas_Object *obj, Evas_Object *parent); +E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj); +Eina_Bool e_smart_monitor_changes_apply(Evas_Object *obj); # endif #endif diff --git a/src/modules/conf_randr/e_smart_randr.h b/src/modules/conf_randr/e_smart_randr.h index b898244b1..2062e03ae 100644 --- a/src/modules/conf_randr/e_smart_randr.h +++ b/src/modules/conf_randr/e_smart_randr.h @@ -7,6 +7,8 @@ Evas_Object *e_smart_randr_add(Evas *evas); void e_smart_randr_virtual_size_calc(Evas_Object *obj); void e_smart_randr_monitors_create(Evas_Object *obj); void e_smart_randr_min_size_get(Evas_Object *obj, Evas_Coord *mw, Evas_Coord *mh); +Eina_Bool e_smart_randr_changed_get(Evas_Object *obj); +void e_smart_randr_changes_apply(Evas_Object *obj); # endif #endif