From ed8f82902bf8324be8dd9bcd891225f22c41d234 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BF=83=E7=A8=8B?= <15703890+liuxc099@user.noreply.gitee.com> Date: Fri, 9 May 2025 01:13:30 +0000 Subject: [PATCH 1/2] update services/ui/driver/ui_rotation.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘心程 <15703890+liuxc099@user.noreply.gitee.com> --- services/ui/driver/ui_rotation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/ui/driver/ui_rotation.h b/services/ui/driver/ui_rotation.h index 4aacd138..eb4dd35e 100644 --- a/services/ui/driver/ui_rotation.h +++ b/services/ui/driver/ui_rotation.h @@ -26,7 +26,8 @@ enum class UI_ROTATION_DEGREE { UI_ROTATION_0, UI_ROTATION_90, UI_ROTATION_180, - UI_ROTATION_270 + UI_ROTATION_270, + UI_ROTATION_UNKNOW }; class UiRotation final { -- Gitee From 07eab919f31ebf59efd0239159f27d36ea00d548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BF=83=E7=A8=8B?= <15703890+liuxc099@user.noreply.gitee.com> Date: Fri, 9 May 2025 02:10:07 +0000 Subject: [PATCH 2/2] update services/ui/driver/ui_rotation.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 刘心程 <15703890+liuxc099@user.noreply.gitee.com> --- services/ui/driver/ui_rotation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/ui/driver/ui_rotation.h b/services/ui/driver/ui_rotation.h index eb4dd35e..bdeaef56 100644 --- a/services/ui/driver/ui_rotation.h +++ b/services/ui/driver/ui_rotation.h @@ -27,7 +27,7 @@ enum class UI_ROTATION_DEGREE { UI_ROTATION_90, UI_ROTATION_180, UI_ROTATION_270, - UI_ROTATION_UNKNOW + UI_ROTATION_NULL }; class UiRotation final { -- Gitee