tdm_backend: add pp capability member
[platform/core/uifw/libtdm.git] / include / tdm_backend.h
index f8ddd85..683eed6 100644 (file)
@@ -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;