elm/wayland: Let elementary handle the frame by itself.
authorRafael Antognolli <antognolli@gmail.com>
Wed, 21 Nov 2012 04:21:24 +0000 (04:21 +0000)
committerRafael Antognolli <antognolli@gmail.com>
Wed, 21 Nov 2012 04:21:24 +0000 (04:21 +0000)
commit3eed3854feb29fa19f1892f02048355b30e2049e
treee759f5569a6e803b5c15b5f1ced0d6627f48e7a4
parent51b28e84cf57b0920b2edced72cd7abd9938a8ab
elm/wayland: Let elementary handle the frame by itself.

Elementary based programs composed of widgets and containers. This means
that every widget will be inside a container, or will be the base
container, usually set as a resize object of the window.

Taking advantage of this structure, we can leave the frame area
calculation be done by elementary, not relying anymore on the framespace
available from Evas.

This commit fixes the problems related to the wayland framespace on
Elementary, while the final implementation of the said framespace is not
done yet on Ecore and Evas. Later it can be easily changed to use the
available infrastructure.

SVN revision: 79491
src/lib/elm_win.c