From: SooChan Lim Date: Mon, 12 Feb 2018 01:39:53 +0000 (+0900) Subject: hwc: add hwc_window_get_info at backend function X-Git-Tag: accepted/tizen/unified/20180213.055931~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F169887%2F2;p=platform%2Fcore%2Fuifw%2Flibtdm.git hwc: add hwc_window_get_info at backend function Change-Id: Ia117ec0acb961611175a86d421032326f07902a9 --- diff --git a/include/tdm_backend.h b/include/tdm_backend.h index e424110..cbd8a82 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -910,6 +910,15 @@ typedef struct _tdm_func_window { tdm_hwc_window_info *info); /** + * @brief Get the geometry information to a layer object + * @param[in] layer A layer object + * @param[out] info The geometry information + * @return #TDM_ERROR_NONE if success. Otherwise, error value. + */ + tdm_error (*hwc_window_get_info)(tdm_hwc_window *hwc_window, + tdm_hwc_window_info *info); + + /** * @brief Set a TDM buffer to a window object * @details A TDM buffer will be applied when the output object * of a layer object is committed.