/**
* @brief Set video surface for a given window to synchronized mode
- * the default commit behaviour is desynchronized mode.
+ * the default commit behaviour is synchronized mode.
*
* @param win The window to set video surface to synchronized mode
* @param sync EINA_TRUE to set video surface to synchronized mode,
* @return the Ecore_Wl2_Window associated with this subsurface, or NULL on failure.
*
* @ingroup Ecore_Wl2_Subsurface_Group
+ * @since_tizen 6.5
*/
EAPI Ecore_Wl2_Window *ecore_wl2_subsurface_window_get(Ecore_Wl2_Subsurface *subsurface);
/**
* @brief Enables or disables exported surface synchronization for a given subsurface
+ * the default commit behaviour is synchronized mode.
*
* @param subsurface the subsurface
* @param sync true to enable synchronization, false to desynchronize