add temporary code to prevent the build break
[platform/core/uifw/libtdm.git] / src / tdm_hwc_window.c
index ce04c51..71e0f01 100644 (file)
@@ -467,4 +467,11 @@ tdm_hwc_window_get_constraints(tdm_hwc_window *hwc_window, int *constraints)
 
        return ret;
 }
+
+// TODO : this will be removed...
+tdm_error
+tdm_hwc_window_get_preparation_types(tdm_hwc_window *hwc_window, int *preparation_types)
+{
+       return TDM_ERROR_NONE;
+}
 /* LCOV_EXCL_STOP */
\ No newline at end of file