[Bf-blender-cvs] [653379b] soc-2014-viewport_fx: Fixed documentation of GHOST_GetSwapInterval to match new interface

Jason Wilkins noreply at git.blender.org
Fri Jul 4 22:15:41 CEST 2014


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);




More information about the Bf-blender-cvs mailing list