Added X11 window manager resize handling 50/287250/2
authorDavid Steele <david.steele@samsung.com>
Wed, 25 Jan 2023 17:52:21 +0000 (17:52 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 27 Jan 2023 11:32:31 +0000 (11:32 +0000)
commitd1c7591d94e8231933ecba4ec543e5ab7f765d59
treef83985951be69381da94f29eb8f9f17889c460e1
parentb81cd63f4dd9b2f3fff478a5010976babe4b0c3d
Added X11 window manager resize handling

For Ecore/Raw X, added listeners to the ConfigureNotify
event to find when the Window Manager has modified the
window size.

Sending the UpdatePositionSize signal is enough to
update the GL surface.

Change-Id: I8fd3cf1a9fbac694ea32e5d5cddd710c33a7cdf4
Signed-off-by: David Steele <david.steele@samsung.com>
dali/internal/window-system/common/window-system.h
dali/internal/window-system/ubuntu-x11/window-base-ecore-x.cpp
dali/internal/window-system/ubuntu-x11/window-base-ecore-x.h
dali/internal/window-system/x11/window-base-x.cpp
dali/internal/window-system/x11/window-base-x.h
dali/internal/window-system/x11/window-system-x.cpp
dali/internal/window-system/x11/window-system-x.h