elm/wayland: Engine fullscreen must be set first.
authorRafael Antognolli <rafael.antognolli@intel.com>
Wed, 8 May 2013 21:45:02 +0000 (18:45 -0300)
committerRafael Antognolli <rafael.antognolli@intel.com>
Wed, 8 May 2013 21:45:02 +0000 (18:45 -0300)
commitc942bdc34ba5095003f5a6b4e572169c5b09ab42
treed6295f5282d999bbbc9d3df340b4bb16ef1a99eb
parent2b54dcf43869e60b14116666a4c63e7324d311fc
elm/wayland: Engine fullscreen must be set first.

Before removing the framespace and frame object, set the window to
fullscreen, so its geometry will be saved taking into account the frame
size.

This is required because Ecore_Evas does not control the frame object
and frame size, it's all controlled by the application (Elementary, in
this case).
src/lib/elm_win.c