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:
a8fb977
)
[SDL2] Fixed SDL_JoystickGetGUID capitalization
author
thefiddler
<stapostol@gmail.com>
Thu, 2 Jan 2014 01:20:51 +0000
(
02:20
+0100)
committer
thefiddler
<stapostol@gmail.com>
Thu, 2 Jan 2014 01:20:51 +0000
(
02:20
+0100)
Source/OpenTK/Platform/SDL2/Sdl2.cs
patch
|
blob
|
history
diff --git
a/Source/OpenTK/Platform/SDL2/Sdl2.cs
b/Source/OpenTK/Platform/SDL2/Sdl2.cs
index
8ad2548
..
38ebef4
100644
(file)
--- a/
Source/OpenTK/Platform/SDL2/Sdl2.cs
+++ b/
Source/OpenTK/Platform/SDL2/Sdl2.cs
@@
-301,7
+301,7
@@
namespace OpenTK.Platform.SDL2
public static extern byte JoystickGetButton(IntPtr joystick, int button);
[SuppressUnmanagedCodeSecurity]
- [DllImport(lib, CallingConvention = CallingConvention.Cdecl, EntryPoint = "SDL_JoystickGetG
uid
", ExactSpelling = true)]
+ [DllImport(lib, CallingConvention = CallingConvention.Cdecl, EntryPoint = "SDL_JoystickGetG
UID
", ExactSpelling = true)]
public static extern JoystickGuid JoystickGetGUID(IntPtr joystick);
[SuppressUnmanagedCodeSecurity]