X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Ftdm_backend.h;h=2de78c099b1e4f2cf4e9c5c1a4d3f1c5e3d6429f;hb=c1f7ee3070a2cf11d5eaaede1312ef13a0f036cf;hp=675d9c4eba9c3c6d5cdd5cfd8f94ac690a80589e;hpb=88a633c7b0681b0e66e9bbce50f0ca040f5da709;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/include/tdm_backend.h b/include/tdm_backend.h index 675d9c4..2de78c0 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -836,7 +836,7 @@ typedef struct _tdm_func_hwc { * @brief Set the client(relative to the TDM) target buffer * @details This function lets the backend know the target buffer. * The target buffer contains the result of the gl composition with the - * tdm_hwc_windows which marked as TDM_COMPOSITION_CLIENT. + * tdm_hwc_windows which marked as TDM_HWC_WIN_COMPOSITION_CLIENT. * @param[in] hwc A hwc object * @param[in] target_buffer The new target buffer * @param[in] damage The buffer damage region @@ -872,7 +872,7 @@ typedef struct _tdm_func_hwc { * @details Retrieves the windows for which the backend requires a different * composition types that had been set prior to the last call to tdm_hwc_validate(). * The client will either update its state with these types and call - * tdm_hwc_accept_changes, or will set new types and attempt to validate the + * tdm_hwc_accept_validation, or will set new types and attempt to validate the * display again. The number of elements returned must be the same as the * value returned in num_types from the last call to tdm_hwc_validate(). * @param[in] hwc A hwc object @@ -887,14 +887,14 @@ typedef struct _tdm_func_hwc { tdm_hwc_window **hwc_window, tdm_hwc_window_composition *composition_types); /** - * @brief Accepts the changes required by the backend - * @details Accepts the changes required by the backend from the previous + * @brief Accepts the validation required by the backend + * @details Accepts the validation required by the backend from the previous * tdm_hwc_validate() and tdm_hwc_get_chaged_composition_types(). * @param[in] hwc A hwc object * @return #TDM_ERROR_NONE if success. Otherwise, error value. * @since 2.0.0 */ - tdm_error (*hwc_accept_changes)(tdm_hwc *hwc); + tdm_error (*hwc_accept_validation)(tdm_hwc *hwc); /** * @brief Commit changes for a hwc object