efl/src/modules/ecore_evas
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
..
engines ecore-evas-wayland: Fix issue of apps not starting up in fullscreen mode 2017-03-01 11:30:15 -05:00
vnc_server Ecore Evas VNC: Add support for ecore_evas_pointer_device_xy_get(). 2016-12-20 18:34:39 -02:00