Fixed render buffers not correctly resized on orientation changes
This commit is contained in:
parent
e5ee38fc26
commit
d50f94ca97
6 changed files with 119 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue