[Tizen] Add a method to update the screen size 47/284447/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 17 Nov 2022 06:15:46 +0000 (15:15 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 17 Nov 2022 08:17:41 +0000 (17:17 +0900)
commit6571baae7537ff011794763fc91529df1a7e0343
treed1abef0a604878667bc08e984ba475a825c097b8
parent09978ed10e8f238cc07c895416da44cbde95713d
[Tizen] Add a method to update the screen size

The real screen size may be different from the value of the preinitialized state.
In case of ecore-wl2 backend, ecore_wl2_display_screen_size_get() may take some time.
So save the screen size when it is called first and updade it when needed.

Change-Id: Ief60c4f8ebcd5ba8b6dc7a0c74d8f22ed57bd757
dali/internal/adaptor/common/application-impl.cpp
dali/internal/window-system/android/window-system-android.cpp
dali/internal/window-system/common/window-system.h
dali/internal/window-system/macos/window-system-mac.mm
dali/internal/window-system/tizen-wayland/ecore-wl/window-system-ecore-wl.cpp
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.h
dali/internal/window-system/tizen-wayland/ecore-wl2/window-system-ecore-wl2.cpp
dali/internal/window-system/ubuntu-x11/window-system-ecore-x.cpp
dali/internal/window-system/windows/window-system-win.cpp