Fix race-condition when window is resized or rotated. 70/281870/9
authorWonsik Jung <sidein@samsung.com>
Thu, 22 Sep 2022 21:45:00 +0000 (06:45 +0900)
committerWonsik Jung <sidein@samsung.com>
Mon, 24 Oct 2022 12:09:02 +0000 (21:09 +0900)
Internal dali window module has some variables and flags.
They are set by both main thread and render thread.
It has the effect of race condition when window is resized or rotated serval times.
This patch is to fix them.

Change-Id: I63ecc4a5d711569323a8f055e3b46ae878126235


No differences found