From: Junkyeong Kim Date: Wed, 19 Feb 2020 07:46:04 +0000 (+0900) Subject: tdm_backend: add pp capability member X-Git-Tag: accepted/tizen/unified/20200221.093436~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F60%2F225360%2F1;p=platform%2Fcore%2Fuifw%2Flibtdm.git tdm_backend: add pp capability member add vertical preferred align capability. Change-Id: I6df474e55645896c18a62632d670fabee33b6515 Signed-off-by: Junkyeong Kim --- diff --git a/include/tdm_backend.h b/include/tdm_backend.h index f8ddd85..683eed6 100644 --- a/include/tdm_backend.h +++ b/include/tdm_backend.h @@ -167,11 +167,12 @@ typedef struct _tdm_caps_pp { tbm_format *formats; /**< The @b newly-allocated array. will be freed in frontend. */ - int min_w; /**< The minimun width */ - int min_h; /**< The minimun height */ - int max_w; /**< The maximum width */ - int max_h; /**< The maximum height */ - int preferred_align; /**< The prefered align */ + int min_w; /**< The minimun width */ + int min_h; /**< The minimun height */ + int max_w; /**< The maximum width */ + int max_h; /**< The maximum height */ + int preferred_align; /**< The prefered align */ + int preferred_align_vertical; /**< The prefered align vertical */ /**< The attach count which a PP object can handle. @since 1.2.0 */ int max_attach_count;