X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=client%2Ftdm_client.h;h=f8b2decedda0ecc3540bbd3b3bedf5d814799e59;hb=6c80f26553de39cde3962f18c418e665a48740e5;hp=17d63cfcc0bb0b713a74140c0b29787f6b9f5cd0;hpb=29faed4a576ecf17702612f7326272d1540af189;p=platform%2Fcore%2Fuifw%2Flibtdm.git diff --git a/client/tdm_client.h b/client/tdm_client.h index 17d63cf..f8b2dec 100644 --- a/client/tdm_client.h +++ b/client/tdm_client.h @@ -219,6 +219,16 @@ tdm_error tdm_client_output_get_refresh_rate(tdm_client_output *output, unsigned int *refresh); /** + * @brief Get the width and height of the given client output mode + * @param[in] output The client output object + * @param[out] width The width of output mode + * @param[out] height The height of output mode + * @return #TDM_ERROR_NONE if success. Otherwise, error value. + */ +tdm_error +tdm_client_output_get_mode(tdm_client_output *output, unsigned int *width, unsigned int *height); + +/** * @brief Get the connection status of the given client output * @param[in] output The client output object * @param[out] status The connection status