commit | 2a8ad7da542dc52b98aff3219e1c202bb1b09895 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Sat Jul 30 11:39:08 2011 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Fri Aug 05 10:57:35 2011 -0500 |
tree | 9b26b1b0fa13b79a21ce0e3bbf78ac5542fa261e | |
parent | d71680c8f1d639bfb31958b25dfb806f6b8cda56 [diff] |
sdl: Fix full screen toggling from scaled mode When switching to full screen mode from a scaled window, we need to resize to DisplayState's dimension, not the scaled "real" screen size. Moreover, scaling mode may have manipulated the bpp. So we need to restore it from the DisplayState as well. CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>