commit | 5c38ef4d4ad7e0b4754c5398340f4155a2688312 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Fri Dec 14 13:37:25 2012 -0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Dec 14 11:27:40 2012 -0500 |
tree | 9d472d8cb20520aef781812a48f4e7832470a6d2 | |
parent | b77aa062c97be37f8f8a622710d612aeb61f4b80 [diff] |
compositor: Update output state after mode switch After a mode switch, the output region and transformation matrix need to be updated. The call to weston_output_move() would do the former but not the latter, but calling that when the output remains in the same coordinate doesn't make much sense. Instead, update this state and the transformation matrix in weston_output_mode_switch().