mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
9 lines
166 B
C#
9 lines
166 B
C#
namespace WindowsDisplayAPI.Native.DeviceContext
|
|
{
|
|
internal enum DisplaySettingsMode
|
|
{
|
|
CurrentSettings = -1,
|
|
|
|
RegistrySettings = -2
|
|
}
|
|
} |