E (RandR): Add function prototype for getting monitor's connected state.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77708
This commit is contained in:
Christopher Michael 2012-10-10 07:54:48 +00:00 committed by Christopher Michael
parent 489b92f25c
commit f2d5c58121
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Eina_Bool e_smart_monitor_moving_get(Evas_Object *obj);
void e_smart_monitor_position_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y);
Ecore_X_Randr_Orientation e_smart_monitor_orientation_get(Evas_Object *obj);
Ecore_X_Randr_Mode_Info *e_smart_monitor_mode_get(Evas_Object *obj);
Eina_Bool e_smart_monitor_connected_get(Evas_Object *obj);
# define E_SMART_MONITOR_H
# endif