projects
/
platform
/
hal
/
api
/
device.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b360ed1
)
display: remove ROTATION_ANGLE_DEGREE_360
37/286637/1
author
TaeminYeom
<taemin.yeom@samsung.com>
Wed, 11 Jan 2023 02:13:32 +0000
(11:13 +0900)
committer
TaeminYeom
<taemin.yeom@samsung.com>
Wed, 11 Jan 2023 02:13:32 +0000
(11:13 +0900)
display rotation degree 360 is same angle with degree 0.
So, it is not needed.
Change-Id: I6faa8174298a64088fa7e63f96075b6b022fe97b
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
include/backend/hal-display-interface.h
patch
|
blob
|
history
diff --git
a/include/backend/hal-display-interface.h
b/include/backend/hal-display-interface.h
index cc4bc3a7aee7f3230b07d4f03a9100ff625ad14f..ab28c2f0f6e80fed06275af55e69c111f393015c 100644
(file)
--- a/
include/backend/hal-display-interface.h
+++ b/
include/backend/hal-display-interface.h
@@
-65,7
+65,6
@@
enum hal_device_display_rotation_angle {
HAL_DEVICE_DISPLAY_ROTATION_ANGLE_DEGREE_90 = 90,
HAL_DEVICE_DISPLAY_ROTATION_ANGLE_DEGREE_180 = 180,
HAL_DEVICE_DISPLAY_ROTATION_ANGLE_DEGREE_270 = 270,
- HAL_DEVICE_DISPLAY_ROTATION_ANGLE_DEGREE_360 = 360,
};
enum hal_device_display_rotation_direction {