[wfdsink] Change the way to wayland surface setting
[platform/core/multimedia/libmm-wfd.git] / src / include / mm_wfd_sink_attrs.h
index cfa5067..941fc34 100644 (file)
@@ -75,6 +75,8 @@ typedef enum {
        MM_WFD_ATTRS_FLAG_RW = MM_WFD_ATTRS_FLAG_READABLE | MM_WFD_ATTRS_FLAG_WRITABLE, /**< Readable and Writable */
 } MMWfdAttrsFlag;
 
+typedef bool (*mm_wfd_sink_commit_func_t)(MMHandleType handle, int attr_idx, const MMAttrsValue *value);
+
 /**
  * Attribute validity structure
  */