Backport: 82a0808 :: Add function prototypes for setting monitor crtc and output config.

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

SVN revision: 84129
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
This commit is contained in:
Christopher Michael 2013-02-19 10:55:42 +00:00 committed by Deon Thomas
parent 862c8dcfe3
commit 4f8bb6f04c
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