Author: rloach
Date: 2006-09-19 09:11:12 -0400 (Tue, 19 Sep 2006)
New Revision: 65634
Modified:
trunk/tao/src/Tao.Glfw/Glfw.cs
Log:
Tao.Glfw.GLFWwindowclosefun fix to return an int instead of void (HalfLucifer).
Modified: trunk/tao/src/Tao.Glfw/Glfw.cs
===================================================================
--- trunk/tao/src/Tao.Glfw/Glfw.cs 2006-09-19 12:44:17 UTC (rev 65633)
+++ trunk/tao/src/Tao.Glfw/Glfw.cs 2006-09-19 13:11:12 UTC (rev 65634)
@@ -1330,8 +1330,8 @@
/// <summary>
/// Callback function that will be called every time the
window closes.
/// </summary>
- // typedef void (GLFWCALL * GLFWwindowclosefun)(void);
- public delegate void GLFWwindowclosefun();
+ // typedef int (GLFWCALL * GLFWwindowclosefun)(void);
+ public delegate int GLFWwindowclosefun();
#endregion GLFWwindowclosefun()
#region GLFWwindowrefreshfun()
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches