efl/src/modules/ecore_evas/engines/wayland
Chris Michael dfb1877500 ecore-evas-wayland: Fix issue of apps not starting up in fullscreen mode
Calls to make a window fullscreen do require the window to already
have a shell surface with which to fullscreen. If an app sets the
window fullscreen property when the window is not shown yet, then the
app would never startup fullscreen. This patch fixes that issue by
adding a 'defer_fullscreen' flag to Ecore_Evas (wayland) so that when
the window does finally get shown, we can show it in fullscreen.
Addresses part of the T5044 ticket...

ref T5044

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2017-03-01 11:30:15 -05:00
..
ecore_evas_wayland_common.c ecore-evas-wayland: Fix issue of apps not starting up in fullscreen mode 2017-03-01 11:30:15 -05:00
ecore_evas_wayland_egl.c ecore-evas-wayland: Remove unused includes 2016-12-02 14:25:10 -05:00
ecore_evas_wayland_private.h ecore-evas-wayland: Fix issue of apps not starting up in fullscreen mode 2017-03-01 11:30:15 -05:00
ecore_evas_wayland_shm.c ecore-evas-wayland: Remove unused includes 2016-12-02 14:25:10 -05:00