Add header for crtc_set function.

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

SVN revision: 81350
This commit is contained in:
Christopher Michael 2012-12-19 11:04:32 +00:00 committed by Christopher Michael
parent 80539b0c9a
commit 1d174b11ba
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ enum _E_Smart_Monitor_Changes
Evas_Object *e_smart_monitor_add(Evas *evas);
void e_smart_monitor_output_set(Evas_Object *obj, E_Randr_Output_Info *output);
E_Randr_Output_Info *e_smart_monitor_output_get(Evas_Object *obj);
void e_smart_monitor_crtc_set(Evas_Object *obj, E_Randr_Crtc_Info *crtc);
void e_smart_monitor_layout_set(Evas_Object *obj, Evas_Object *layout);
Evas_Object *e_smart_monitor_layout_get(Evas_Object *obj);
void e_smart_monitor_setup(Evas_Object *obj);