From 28a1849a7210c7940d978b711103b7b3f95eacc6 Mon Sep 17 00:00:00 2001 From: thefiddler Date: Sun, 4 May 2014 17:02:37 +0200 Subject: [PATCH] [Mac] Moved MacOSKeys to MacOS namespace They are used by both Carbon and Cocoa, so there is little reason to keep them in MacOS.Carbon --- Source/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs b/Source/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs index cd7eaf96..780414e4 100644 --- a/Source/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs +++ b/Source/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs @@ -29,7 +29,7 @@ using System; using System.Collections.Generic; using System.Text; -namespace OpenTK.Platform.MacOS.Carbon +namespace OpenTK.Platform.MacOS { // // http://web.archive.org/web/20100501161453/http://www.classicteck.com/rbarticles/mackeyboard.php