System.Drawing is required for Point, Size and Rectangle types.
authorStefanos A <stapostol@gmail.com>
Sat, 12 Oct 2013 03:07:46 +0000 (05:07 +0200)
committerStefanos A <stapostol@gmail.com>
Sat, 12 Oct 2013 03:07:46 +0000 (05:07 +0200)
Source/OpenTK/INativeWindow.cs

index bb8016cc2325d2d5b9a335c720d44faa8816426a..9621f6f4cf103d5d58bd8f4408cf9903c6566e4a 100644 (file)
@@ -28,9 +28,7 @@
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
-#if !MINIMAL
 using System.Drawing;
-#endif
 using System.Text;
 using OpenTK.Platform;