[Tizen] Modify window configure notification event callback 10/258310/1
authorWonsik Jung <sidein@samsung.com>
Thu, 13 May 2021 08:35:53 +0000 (17:35 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 13 May 2021 08:37:19 +0000 (17:37 +0900)
commit935c0efc8a8f559eb3afad650e302219032fff24
tree3bf399fd2b3fc4463dce01b6ce9dce302efbab73
parentc00651068b08b96303fe19eb937c409f8d133e4e
[Tizen] Modify window configure notification event callback

Modify configure notification event callback for window is resized or moved.
This evnet is sent from the display server.
If the event has 0'size, the window is resized by client application.
In this case, dali should ignore that.
If the event has real size size, the window is resized by display server.
In this case, dali should resize own's window buffer and re-render his contents.

Change-Id: Ide3d7c0fb2ad133b444a9bc66f8281c6c2906c45
dali/internal/window-system/common/window-base.cpp
dali/internal/window-system/common/window-base.h
dali/internal/window-system/common/window-impl.cpp
dali/internal/window-system/common/window-impl.h
dali/internal/window-system/common/window-render-surface.cpp
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp