Fixed render buffers not correctly resized on orientation changes

This commit is contained in:
Laurent Gomila 2013-08-24 17:27:23 +02:00 committed by Jonathan De Wachter
parent e5ee38fc26
commit d50f94ca97
6 changed files with 119 additions and 68 deletions

View file

@ -39,8 +39,8 @@ namespace Style
{
None = 0, ///< No border / title bar (this flag and all others are mutually exclusive)
Titlebar = 1 << 0, ///< Title bar + fixed border
Resize = 1 << 1, ///< Titlebar + resizable border + maximize button
Close = 1 << 2, ///< Titlebar + close button
Resize = 1 << 1, ///< Title bar + resizable border + maximize button
Close = 1 << 2, ///< Title bar + close button
Fullscreen = 1 << 3, ///< Fullscreen mode (this flag and all others are mutually exclusive)
Default = Titlebar | Resize | Close ///< Default window style