From a80f8a8f92eab2f0c8920e3366ee9315ca6591e8 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Tue, 9 Apr 2013 23:37:05 -0400 Subject: [PATCH] Missed a line of tempdoc in that last commit... --- src/SDL2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index 295d232..8775201 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -1915,7 +1915,7 @@ namespace SDL2 uint Amask ); - /* pixels refers to a void* */ + /* IntPtr refers to an SDL_Surface*, pixels to a void* */ [DllImport(nativeLibName)] public static extern IntPtr SDL_CreateRGBSurfaceFrom( IntPtr pixels,