Remove the geometry from the wayland surface
authorJørgen Lind <jorgen.lind@nokia.com>
Wed, 4 Jan 2012 09:26:20 +0000 (10:26 +0100)
committerJørgen Lind <jorgen.lind@nokia.com>
Wed, 4 Jan 2012 10:51:06 +0000 (11:51 +0100)
commita5ce91c023aeb433f1b5b792291a88c9a5683955
tree9b576c2dcf57267ce00e08da7a1bf86e848a1293
parent1b7f1e42d18574ef610b709272f20b92dc7eda2e
Remove the geometry from the wayland surface

and add pos and size properties instead. The pos is a PointF while the
size is a integer based Size since pos can be transformed, while the
size reffers to the pixel size.

Change-Id: I5d84aa6661405cb0df356b787246d0d73ad0c503
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
examples/qwidget-compositor/main.cpp
examples/qwindow-compositor/qwindowcompositor.cpp
src/compositor/compositor_api/waylandsurface.cpp
src/compositor/compositor_api/waylandsurface.h
src/compositor/compositor_api/waylandsurfaceitem.cpp
src/compositor/compositor_api/waylandsurfaceitem.h
src/compositor/wayland_wrapper/wlsubsurface.cpp
src/compositor/wayland_wrapper/wlsurface.cpp
src/compositor/wayland_wrapper/wlsurface.h