From cebdb5ec7b13b2f860ed843e0235aa7f5b3399ac Mon Sep 17 00:00:00 2001 From: lihui Date: Fri, 14 Mar 2025 17:30:42 +0800 Subject: [PATCH] deprecated SET_SWAP_INTERVAL/GET_SWAP_INTERVAL Signed-off-by: lihui --- graphic/graphic_2d/native_window/external_window.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphic/graphic_2d/native_window/external_window.h b/graphic/graphic_2d/native_window/external_window.h index 41b01ce8d..a21c72376 100644 --- a/graphic/graphic_2d/native_window/external_window.h +++ b/graphic/graphic_2d/native_window/external_window.h @@ -158,12 +158,14 @@ typedef enum NativeWindowOperation { * set native window buffer swap interval, * variable parameter in function is * [in] int32_t interval. + * @deprecated since 16 */ SET_SWAP_INTERVAL, /** * get native window buffer swap interval, * variable parameter in function is * [out] int32_t *interval. + * @deprecated since 16 */ GET_SWAP_INTERVAL, /** -- Gitee