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:
authorCampbell Barton <ideasman42@gmail.com>2019-05-01 13:23:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-01 13:32:38 +0300
commit5b1fcf88334620af97f70ceb591eaf0fb153ed03 (patch)
tree7926462b4d8e1e2fcb700d370da805fc2a3baf1c /intern/ghost/GHOST_IWindow.h
parent1cb091ae7ae4cc5442bc35c1bbbcf1aadc57fecd (diff)
Cleanup: comments (long lines) in ghost
Diffstat (limited to 'intern/ghost/GHOST_IWindow.h')
-rw-r--r--intern/ghost/GHOST_IWindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/GHOST_IWindow.h b/intern/ghost/GHOST_IWindow.h
index 2c5f6e811d3..6a9e0b9588a 100644
--- a/intern/ghost/GHOST_IWindow.h
+++ b/intern/ghost/GHOST_IWindow.h
@@ -205,7 +205,8 @@ class GHOST_IWindow {
/**
* Gets the current swap interval for swapBuffers.
- * \param intervalOut pointer to location to return swap interval (left untouched if there is an error)
+ * \param intervalOut pointer to location to return swap interval
+ * (left untouched if there is an error)
* \return A boolean success indicator of if swap interval was successfully read.
*/
virtual GHOST_TSuccess getSwapInterval(int &intervalOut) = 0;