From 94b2d83421b2d1fceff2b49d8784afec80dc65e6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Mar 2022 17:16:37 +1100 Subject: Cleanup: move documentation to headers, other minor corrections --- intern/ghost/GHOST_C-api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern') diff --git a/intern/ghost/GHOST_C-api.h b/intern/ghost/GHOST_C-api.h index 4e48a908c00..a82f634183d 100644 --- a/intern/ghost/GHOST_C-api.h +++ b/intern/ghost/GHOST_C-api.h @@ -146,7 +146,7 @@ extern void GHOST_GetAllDisplayDimensions(GHOST_SystemHandle systemhandle, * The new window is added to the list of windows managed. * Never explicitly delete the window, use disposeWindow() instead. * \param systemhandle: The handle to the system. - * \param parentWindow: Handle of parent (or owner) window, or NULL + * \param parent_windowhandle: Handle of parent (or owner) window, or NULL * \param title: The name of the window. * (displayed in the title bar of the window if the OS supports it). * \param left: The coordinate of the left edge of the window. @@ -175,7 +175,7 @@ extern GHOST_WindowHandle GHOST_CreateWindow(GHOST_SystemHandle systemhandle, * Create a new off-screen context. * Never explicitly delete the context, use #disposeContext() instead. * \param systemhandle: The handle to the system. - * \param platform_support_callback: An optional callback to check platform support. + * \param glSettings: Misc OpenGL options. * \return A handle to the new context ( == NULL if creation failed). */ extern GHOST_ContextHandle GHOST_CreateOpenGLContext(GHOST_SystemHandle systemhandle, -- cgit v1.2.3