From 9b9cf069033275b6130bb7e81006c3ce092ee56c Mon Sep 17 00:00:00 2001 From: wangtao Date: Thu, 5 Dec 2024 19:50:51 +0800 Subject: [PATCH] =?UTF-8?q?CursorType=E6=96=B0=E5=A2=9ECT=5FLOCK,=20CT=5FU?= =?UTF-8?q?NLOCK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangtao --- ohos_nweb/include/nweb_handler.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ohos_nweb/include/nweb_handler.h b/ohos_nweb/include/nweb_handler.h index b689dd58f2..1c04b8eed2 100755 --- a/ohos_nweb/include/nweb_handler.h +++ b/ohos_nweb/include/nweb_handler.h @@ -134,6 +134,8 @@ enum class CursorType: int32_t { CT_DND_MOVE, CT_DND_COPY, CT_DND_LINK, + CT_LOCK, + CT_UNLOCK, CT_MAX_VALUE, }; -- Gitee