compositor: move weston_surface::width,height into geometry
authorPekka Paalanen <ppaalanen@gmail.com>
Wed, 25 Jan 2012 13:55:43 +0000 (15:55 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Fri, 27 Jan 2012 14:15:02 +0000 (16:15 +0200)
commit60921e578795ab9235dd657ed45e6d0a4075e324
treec9326b9f670321a16b5c21803c683a164a975041
parent6720d8f3bdc095bd8fb3d044e5793cde158b4564
compositor: move weston_surface::width,height into geometry

weston_surface::transform.boundingbox depends on width and height, and
therefore geometry.dirty flag, so move width and height into geometry.

Fix all users and check that the dirty flag is set.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
src/compositor-drm.c
src/compositor.c
src/compositor.h
src/shell.c
src/util.c