virtual: add output create/destroy interface
[platform/core/uifw/libtdm.git] / include / tdm_common.h
index 328f837..cc79e90 100644 (file)
@@ -134,6 +134,7 @@ typedef enum {
        TDM_LAYER_CAPABILITY_SCANOUT        = (1 << 10), /**< if a layer allows a scanout buffer only */
        TDM_LAYER_CAPABILITY_RESEVED_MEMORY = (1 << 11), /**< if a layer allows a reserved buffer only */
        TDM_LAYER_CAPABILITY_NO_CROP        = (1 << 12), /**< if a layer has no cropping capability */
+       TDM_LAYER_CAPABILITY_BUFFER_QUEUE   = (1 << 13), /**< if a layer has an own buffer queue */
 } tdm_layer_capability;
 
 /**