From ee19dd4b5e6bb24f9fdf6838a44f1e2c25d5adc9 Mon Sep 17 00:00:00 2001 From: ljh Date: Sat, 9 Aug 2025 17:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8F=8F=E8=BF=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ljh --- graphic/graphic_2d/native_vsync/native_vsync.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphic/graphic_2d/native_vsync/native_vsync.h b/graphic/graphic_2d/native_vsync/native_vsync.h index da01e9908..5980d3712 100644 --- a/graphic/graphic_2d/native_vsync/native_vsync.h +++ b/graphic/graphic_2d/native_vsync/native_vsync.h @@ -183,14 +183,13 @@ int OH_NativeVSync_DVSyncSwitch(OH_NativeVSync* nativeVsync, bool enable); * @brief Set vsync expected frame rate range. * * @syscap SystemCapability.Graphic.Graphic2D.NativeVsync - * @param nativeVsync Indicates the pointer to a NativeVsync + * @param nativeVsync Indicates the pointer to a NativeVsync. * @param range Indicates the pointer to an expected rate range. * @return {@link NATIVE_ERROR_OK} 0 - Success. * {@link NATIVE_ERROR_INVALID_ARGUMENTS} 40001000 - the parameter nativeVsync is NULL or range is NULL or Invalid. * @since 20 * @version 1.0 */ - int OH_NativeVSync_SetExpectedFrameRateRange(OH_NativeVSync* nativeVsync, OH_NativeVSync_ExpectedRateRange* range); #ifdef __cplusplus } -- Gitee