mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Gamma Init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace WindowsDisplayAPI.Native.DisplayConfig
|
||||
{
|
||||
[Flags]
|
||||
internal enum DisplayConfigPathInfoFlags : uint
|
||||
{
|
||||
None = 0,
|
||||
Active = 1,
|
||||
SupportVirtualMode = 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user