From 6c33c54d328a194f12c773f28fbd1f50ffeacaa0 Mon Sep 17 00:00:00 2001 From: m00472246 Date: Mon, 15 Jul 2024 11:13:55 +0800 Subject: [PATCH] =?UTF-8?q?buffer=5Fhadnle=E5=A2=9E=E5=8A=A0kit=20Signed-o?= =?UTF-8?q?ff-by:=20m00472246=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: m00472246 --- .../graphic_2d/native_window/buffer_handle.h | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/graphic/graphic_2d/native_window/buffer_handle.h b/graphic/graphic_2d/native_window/buffer_handle.h index a1953e2c750..a5e3a13cfb1 100644 --- a/graphic/graphic_2d/native_window/buffer_handle.h +++ b/graphic/graphic_2d/native_window/buffer_handle.h @@ -16,6 +16,29 @@ #ifndef INCLUDE_BUFFER_HANDLE_H #define INCLUDE_BUFFER_HANDLE_H +/** + * @addtogroup NativeWindow + * @{ + * + * @brief Provides the BufferHandle struct for native window. + * + * @syscap SystemCapability.Graphic.Graphic2D.NativeWindow + * @since 8 + * @version 1.0 + */ + +/** + * @file buffer_handle.h + * + * @brief Defines the BufferHandle struct for native window. + * + * @kit ArkGraphics2D + * @library libnative_window.so + * @syscap SystemCapability.Graphic.Graphic2D.NativeWindow + * @since 8 + * @version 1.0 + */ + #include #ifdef __cplusplus -- Gitee