Implementation of TDM_HWC
[platform/adaptation/nexell/libtdm-nexell.git] / src / tdm_nexell_hwc.h
1 #ifndef _TDM_NEXELL_HWC_H_
2 #define _TDM_NEXELL_HWC_H_
3
4 #include "tdm_nexell.h"
5
6 tdm_error nexell_hwc_initailize_target_window(tdm_nexell_hwc_data *hwc_data);
7 tdm_error nexell_hwc_target_window_set_info(tdm_nexell_hwc_data *hwc_data, int width, int height);
8
9 #endif /* _TDM_NEXELL_HWC_H_ */