mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 05:35:38 +00:00
Added FlagsAttribute to WindowStyle enum.
This commit is contained in:
parent
a264b8406c
commit
752b1dfaf6
|
@ -2445,6 +2445,7 @@ namespace OpenTK.Platform.Windows
|
|||
|
||||
#region internal enum WindowStyle : int
|
||||
|
||||
[Flags]
|
||||
internal enum WindowStyle : int
|
||||
{
|
||||
Overlapped = 0x00000000,
|
||||
|
|
Loading…
Reference in a new issue