Modify window configure notification event callback 44/257844/8
authorWonsik Jung <sidein@samsung.com>
Tue, 4 May 2021 07:27:17 +0000 (16:27 +0900)
committerWonsik Jung <sidein@samsung.com>
Wed, 12 May 2021 01:30:32 +0000 (10:30 +0900)
commit25d26d734cc17a7809ba06d7a5cb85456b669700
tree4cc21f7480c8490ac3652cb77db905c1d0f1576d
parent6bb6937f876df890dda1dc23c14eb4d7c347b8b5
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: I1c72c7c8cd06ed388f43b59e18a29793f73b3b31
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