compositor: Store modes in physical units
authorAlexander Larsson <alexl@redhat.com>
Tue, 28 May 2013 14:23:36 +0000 (16:23 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 28 May 2013 20:22:26 +0000 (16:22 -0400)
commit0b13506ecf649b1685944ef01d9b60cabad117b3
tree576720a91730ee6676b79bb148847a3a63a13d05
parent83368817a7b73ec00109be09b426380e9bc38e81
compositor: Store modes in physical units

We changed the protocol to always list modes in physical pixel
units (not scaled). And we removed the scaled mode flag. This
just updates the DRM and X11 compositors and the gl and pixman renderers
to handle this.
src/compositor-drm.c
src/compositor-x11.c
src/compositor.c
src/gl-renderer.c
src/pixman-renderer.c