commit | c002321cd6f2468ed5a1e0292da001c9e13cedcb | [log] [tgz] |
---|---|---|
author | Derek Foreman <derekf@osg.samsung.com> | Tue Mar 24 11:36:13 2015 -0500 |
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | Fri Mar 27 09:16:41 2015 +0200 |
tree | dd4618fdb662d62c952419ad898bd4e709fe95e6 | |
parent | d19e9b0e424125230107b4c8082a90971678dcbf [diff] [blame] |
compositor: Create the inverse of the output matrix Signed-off-by: Derek Foreman <derekf@osg.samsung.com> Reviewed-by: Bryce Harrington <b.harrington@samsung.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
diff --git a/src/compositor.c b/src/compositor.c index 47da818..623dff3 100644 --- a/src/compositor.c +++ b/src/compositor.c
@@ -4003,6 +4003,8 @@ output->current_scale, 1); output->dirty = 0; + + weston_matrix_invert(&output->inverse_matrix, &output->matrix); } static void