diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index babed799e..6dfd3f2b8 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -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