Format RenderApi code

This commit is contained in:
Yoshi Askharoun
2021-07-11 23:04:40 -05:00
parent 9fec520340
commit f793c0c94f
451 changed files with 38065 additions and 38065 deletions
@@ -8,21 +8,21 @@ using System;
namespace Microsoft.Iris.Render
{
[Flags]
public enum WindowOptions
{
EnableCursor = 1,
TrackMouseIdle = 2,
NativeScreensaver = 4,
PreventInterruption = 8,
MaximizeExclusive = 16, // 0x00000010
LockMouseActive = 32, // 0x00000020
FreeformResize = 64, // 0x00000040
ShowFormShadow = 128, // 0x00000080
StartCentered = 256, // 0x00000100
StartInWorkArea = 512, // 0x00000200
MouseleaveOnIdle = 1024, // 0x00000400
RespectStartupSettings = 2048, // 0x00000800
MaximizeFullScreen = 4096, // 0x00001000
}
[Flags]
public enum WindowOptions
{
EnableCursor = 1,
TrackMouseIdle = 2,
NativeScreensaver = 4,
PreventInterruption = 8,
MaximizeExclusive = 16, // 0x00000010
LockMouseActive = 32, // 0x00000020
FreeformResize = 64, // 0x00000040
ShowFormShadow = 128, // 0x00000080
StartCentered = 256, // 0x00000100
StartInWorkArea = 512, // 0x00000200
MouseleaveOnIdle = 1024, // 0x00000400
RespectStartupSettings = 2048, // 0x00000800
MaximizeFullScreen = 4096, // 0x00001000
}
}