display: Add init direction in rotation angle API 16/286516/1 accepted/tizen/7.0/unified/20230111.015127
authorTaeminYeom <taemin.yeom@samsung.com>
Tue, 3 Jan 2023 07:51:59 +0000 (16:51 +0900)
committerTaeminYeom <taemin.yeom@samsung.com>
Mon, 9 Jan 2023 07:20:17 +0000 (16:20 +0900)
commit53d6e98c831df5a0bed5a7ea421a901e2bc665d0
treea7642833aebb231ebb2cfd2d2f21359b6acf5529
parent7cf697e00e9f8bd20656267cd0f25fb4ebfaed50
display: Add init direction in rotation angle API

init direction means the display direction of degree 0.
It is needed to know physical display state by app.

Enumeration
-device_display_init_direction_e
DEVICE_DISPLAY_INIT_DIRECTION_HORIZONTAL : Display initial direction is horizontal
DEVICE_DISPLAY_INIT_DIRECTION_VERTICAL : Display initial direction is vertical

Change-Id: Ic9092286e17d05cdd11e4c0190b301eaa8dfc263
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
include/display-internal.h
src/display.c