hwc_window: add the buffer dump
[platform/core/uifw/libtdm.git] / src / tdm_private.h
index 347e501..4b23a4a 100644 (file)
@@ -110,6 +110,7 @@ enum {
        TDM_DUMP_FLAG_LAYER   = (1 << 0),
        TDM_DUMP_FLAG_PP      = (1 << 1),
        TDM_DUMP_FLAG_CAPTURE = (1 << 2),
+       TDM_DUMP_FLAG_WINDOW = (1 << 3),
 };
 
 #define TDM_DUMP_DIR    "/tmp"
@@ -259,6 +260,7 @@ struct _tdm_private_hwc_window {
        struct list_head link;
 
        int index;
+       uint32_t zpos;
 
        tdm_private_display *private_display;
        tdm_private_output *private_output;