mirror of
https://github.com/brl/mutter.git
synced 2025-08-06 00:24:42 +00:00

`modelview` is uninitialized and the `apply` function just multiplies it.
What we really want is to initialize `modelview` so replace `apply` with
`get`.
Who knows what bugs this may have caused...
(cherry picked from commit 62c67be4c8
)