Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wilkins <Jason.A.Wilkins@gmail.com>2014-07-01 13:12:22 +0400
committerJason Wilkins <Jason.A.Wilkins@gmail.com>2014-07-01 13:12:22 +0400
commit653379b15a95b3a348fe59a57620da5cdc3d8dae (patch)
treeb0ae8db292a360953207eddf42c3bd1a634539b6
parent1ead782e3c1a37112824674135ae3ad76298821d (diff)
Fixed documentation of GHOST_GetSwapInterval to match new interface
-rw-r--r--intern/ghost/GHOST_C-api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h
index 7b041ea496f..2dbc48f8e21 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);