diff options
author | Christopher Michael <cp.michael@samsung.com> | 2013-01-16 08:41:34 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2013-01-16 08:41:34 +0000 |
commit | 44b62de0b65b62264e65be5d0b22b259e68ebbd2 (patch) | |
tree | 19166487ad750955454c6aece1d7de31fbfc3e89 /src/modules/conf_randr/e_smart_monitor.h | |
parent | f518182cf818b8769d7abb6f0049eedbb5c190ab (diff) | |
download | enlightenment-44b62de0b65b62264e65be5d0b22b259e68ebbd2.tar.gz enlightenment-44b62de0b65b62264e65be5d0b22b259e68ebbd2.tar.xz enlightenment-44b62de0b65b62264e65be5d0b22b259e68ebbd2.zip |
Add monitor function to return geometry of the actual frame object.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 82866
Diffstat (limited to 'src/modules/conf_randr/e_smart_monitor.h')
-rw-r--r-- | src/modules/conf_randr/e_smart_monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 295d47a5f..24f622e42 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -37,6 +37,7 @@ void e_smart_monitor_clone_add(Evas_Object *obj, Evas_Object *mon); void e_smart_monitor_clone_del(Evas_Object *obj, Evas_Object *mon); void e_smart_monitor_cloned_set(Evas_Object *obj, Eina_Bool cloned); void e_smart_monitor_drop_zone_set(Evas_Object *obj, Eina_Bool can_drop); +void e_smart_monitor_frame_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h); # endif #endif |