Commit: 653379b15a95b3a348fe59a57620da5cdc3d8dae
Author: Jason Wilkins
Date:   Tue Jul 1 04:12:22 2014 -0500
https://developer.blender.org/rB653379b15a95b3a348fe59a57620da5cdc3d8dae

Fixed documentation of GHOST_GetSwapInterval to match new interface

===================================================================

M       intern/ghost/GHOST_C-api.h

===================================================================

diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h
index 7b041ea..2dbc48f 100644
--- a/intern/ghost/GHOST_C-api.h
+++ b/intern/ghost/GHOST_C-api.h
@@ -674,7 +674,8 @@ extern GHOST_TSuccess 
GHOST_SetSwapInterval(GHOST_WindowHandle windowhandle, int
 
 /**
  * Gets the current swap interval for swapBuffers.
- * \return An integer.
+ * \param pointer to location to store the swap interval if successful
+ * \return Whether the swap interval was successfully read.
  */
 extern GHOST_TSuccess GHOST_GetSwapInterval(GHOST_WindowHandle windowhandle, 
int* intervalOut);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to