Add a method to update the screen size 40/284440/4
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 17 Nov 2022 06:15:46 +0000 (15:15 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 8 Dec 2022 01:21:48 +0000 (10:21 +0900)
commitde66ef5b56bea3c4ad4d9b67faf1b8f0d4190d20
treef80c91705c112a4b4f6da4f6f5bbe1baecf36b2d
parent6ff5ce1e28310b5f98e08ade3d80ca2192aee1ce
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
dali/internal/window-system/x11/window-system-x.cpp