Add missing function prototypes.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 19 Feb 2013 11:00:00 +0000 (11:00 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 19 Feb 2013 11:00:00 +0000 (11:00 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 84218

src/modules/conf_randr/e_smart_monitor.h
src/modules/conf_randr/e_smart_randr.h

index 1e75d4f..2332b74 100644 (file)
@@ -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
index b898244..2062e03 100644 (file)
@@ -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