commit | d0cebc36fbb231f628e8fd583ac57b9758f0f919 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Mon Apr 21 20:56:46 2014 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Apr 25 13:24:57 2014 -0700 |
tree | bfa56f71552c71546d776102b09f3abfa9a6677d | |
parent | a212cbb0e684ec9b60ba050cf79b501ba9af6895 [diff] |
Use the correct width/height when transforming surfaces with viewports. Previously, because of the wrong width/height, weston_surface_to_buffer_* would return the wrong values when wl_viewport was used in combination with wl_surface.set_buffer_transform. Reviewed-by: Pekka Paalanen <ppaalanen@gmail.com> Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>