From 0d595118951678fd5e9fd0be0c649f464ec0636b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=93=92?= Date: Thu, 25 Apr 2024 10:19:55 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85nativewindow=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘瓒 Change-Id: I500f2fe3cc99591eb8d6bc779deb6e9105b8d06f --- graphic/graphic_2d/native_window/libnative_window.ndk.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphic/graphic_2d/native_window/libnative_window.ndk.json b/graphic/graphic_2d/native_window/libnative_window.ndk.json index 8f3717f9b..5d7c89278 100644 --- a/graphic/graphic_2d/native_window/libnative_window.ndk.json +++ b/graphic/graphic_2d/native_window/libnative_window.ndk.json @@ -14,6 +14,10 @@ { "name": "OH_NativeWindow_NativeObjectUnreference" }, { "name": "OH_NativeWindow_GetNativeObjectMagic" }, { "name": "OH_NativeWindow_NativeWindowSetScalingMode" }, + { + "first_introduced": "12", + "name": "OH_NativeWindow_NativeWindowSetScalingModeV2" + }, { "name": "OH_NativeWindow_NativeWindowSetMetaData" }, { "name": "OH_NativeWindow_NativeWindowSetMetaDataSet" }, { "name": "OH_NativeWindow_NativeWindowSetTunnelHandle" }, -- Gitee