* @since 2.0.0
*/
tdm_error
-tdm_hwc_window_set_zpos(tdm_hwc_window *hwc_window, uint32_t zpos);
+tdm_hwc_window_set_zpos(tdm_hwc_window *hwc_window, int32_t zpos);
/**
* @brief Sets the desired composition type of the given window.
* @param[in] z the new Z order
* @return #TDM_ERROR_NONE if success. Otherwise, error value.
*/
- tdm_error (*hwc_window_set_zpos)(tdm_hwc_window *hwc_window, uint32_t zpos);
+ tdm_error (*hwc_window_set_zpos)(tdm_hwc_window *hwc_window, int32_t zpos);
/**
* @brief Sets the desired composition type of the given window.
}
EXTERN tdm_error
-tdm_hwc_window_set_zpos(tdm_hwc_window *hwc_window, uint32_t zpos)
+tdm_hwc_window_set_zpos(tdm_hwc_window *hwc_window, int32_t zpos)
{
tdm_func_hwc_window *func_hwc_window = NULL;
}
}
-/* tdm_error tdm_hwc_window_set_zpos(tdm_hwc_window *hwc_window, uint32_t zpos); */
+/* tdm_error tdm_hwc_window_set_zpos(tdm_hwc_window *hwc_window, int32_t zpos); */
TEST_F(TDMHwcWindow, SetZposFailNull)
{
error = tdm_hwc_window_set_zpos(NULL, 1);