Add function prototypes for setting monitor crtc and output config.

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

SVN revision: 84129
This commit is contained in:
Christopher Michael 2013-02-19 10:55:42 +00:00 committed by Christopher Michael
parent 6b1168b933
commit 82a080813c
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
# define E_SMART_MONITOR_H
Evas_Object *e_smart_monitor_add(Evas *evas);
void e_smart_monitor_crtc_set(Evas_Object *obj, E_Randr_Crtc_Config *crtc);
void e_smart_monitor_output_set(Evas_Object *obj, E_Randr_Output_Config *output);
# endif
#endif