Correct comma spacing in DisplayService.
This commit is contained in:
parent
9ed5e53a92
commit
8c434a2629
1 changed files with 2 additions and 2 deletions
|
@ -60,10 +60,10 @@ namespace OpenTK.Platform.MacOS
|
||||||
// CGSize -> NSSize
|
// CGSize -> NSSize
|
||||||
// CGRect -> NSRect
|
// CGRect -> NSRect
|
||||||
|
|
||||||
[DllImport(lib,EntryPoint="CGGetActiveDisplayList")]
|
[DllImport(lib, EntryPoint="CGGetActiveDisplayList")]
|
||||||
internal unsafe static extern CGDisplayErr GetActiveDisplayList(int maxDisplays, IntPtr* activeDspys, out int dspyCnt);
|
internal unsafe static extern CGDisplayErr GetActiveDisplayList(int maxDisplays, IntPtr* activeDspys, out int dspyCnt);
|
||||||
|
|
||||||
[DllImport(lib,EntryPoint="CGMainDisplayID")]
|
[DllImport(lib, EntryPoint="CGMainDisplayID")]
|
||||||
internal static extern IntPtr MainDisplayID();
|
internal static extern IntPtr MainDisplayID();
|
||||||
|
|
||||||
// Note: sizeof(HIRect) == 16, which is larger than 8 bytes.
|
// Note: sizeof(HIRect) == 16, which is larger than 8 bytes.
|
||||||
|
|
Loading…
Reference in a new issue