projects
/
platform
/
core
/
csapi
/
opentk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1130d98
)
System.Drawing is required for Point, Size and Rectangle types.
author
Stefanos A
<stapostol@gmail.com>
Sat, 12 Oct 2013 03:07:46 +0000
(
05:07
+0200)
committer
Stefanos A
<stapostol@gmail.com>
Sat, 12 Oct 2013 03:07:46 +0000
(
05:07
+0200)
Source/OpenTK/INativeWindow.cs
patch
|
blob
|
history
diff --git
a/Source/OpenTK/INativeWindow.cs
b/Source/OpenTK/INativeWindow.cs
index bb8016cc2325d2d5b9a335c720d44faa8816426a..9621f6f4cf103d5d58bd8f4408cf9903c6566e4a 100644
(file)
--- a/
Source/OpenTK/INativeWindow.cs
+++ b/
Source/OpenTK/INativeWindow.cs
@@
-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;