commit | 58106d78bb75201aea8d0226407dc6ddaf304188 | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Thu Jan 08 08:57:44 2015 -0800 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Fri Aug 07 12:23:17 2015 -0700 |
tree | fe34e7141e8e1c5bd061b9b6fd2762a5f22f7a3d | |
parent | 87c862a9d9e83b00931375ba076375c0504d5b6c [diff] |
fullscreen-shell: Fix modeset on transformed outputs Previously, we blindly created a mode for the output based on surface size and completely ignoring the output transform. This caused modesets to fail on outputs that were transformed by 90 or 270 degrees. We should be swapping the width and the height in this case. Reviewed-by: Derek Foreman <derekf@osg.samsung.com> Tested-by: Derek Foreman <derekf@osg.samsung.com>