summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2013-02-19 11:01:18 +0000
committerDeon Thomas <PrinceAMD.Elive@gmail.com>2013-06-28 03:28:52 -0400
commit98f4caf047d07495c1132add48f0590dd13dc9e9 (patch)
treeac492cce11e2eaaa4b08717fe5ab0f417666b3dd
parenta2f1bc7d0d2b05d5c19b70f1d3fc4889cade0b3f (diff)
downloadenlightenment-98f4caf047d07495c1132add48f0590dd13dc9e9.tar.gz
Backport: 16abe42 :: Add missing function prototypes.
Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84229 Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
-rw-r--r--src/modules/conf_randr/e_smart_monitor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h
index 2332b74ec9..79ba0ae9d5 100644
--- a/src/modules/conf_randr/e_smart_monitor.h
+++ b/src/modules/conf_randr/e_smart_monitor.h
@@ -21,7 +21,9 @@ void e_smart_monitor_grid_set(Evas_Object *obj, Evas_Object *grid, Evas_Coord gx
void e_smart_monitor_grid_virtual_size_set(Evas_Object *obj, Evas_Coord vw, Evas_Coord vh);
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_current_geometry_get(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);
+Evas_Object *e_smart_monitor_clone_parent_get(Evas_Object *obj);
E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj);
Eina_Bool e_smart_monitor_changes_apply(Evas_Object *obj);