From dc2cd2d0dcfdc2e10ccd1f06039390b6293e46ef Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Oct 2019 10:25:46 +1100 Subject: Cleanup: clang-format, spelling --- intern/ghost/GHOST_ISystem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intern/ghost/GHOST_ISystem.h') diff --git a/intern/ghost/GHOST_ISystem.h b/intern/ghost/GHOST_ISystem.h index fe2f42df8a6..b781de266bc 100644 --- a/intern/ghost/GHOST_ISystem.h +++ b/intern/ghost/GHOST_ISystem.h @@ -235,8 +235,8 @@ class GHOST_ISystem { * \param state: The state of the window when opened. * \param type: The type of drawing context installed in this window. * \param glSettings: Misc OpenGL settings. - * \param exclusive: Use to show the window on top and ignore others (used fullscreen). - * \param is_dialog: Stay on top of parent window, no icon in taskbar, not minimizable. + * \param exclusive: Use to show the window on top and ignore others (used full-screen). + * \param is_dialog: Stay on top of parent window, no icon in taskbar, can't be minimized. * \param parentWindow: Parent (embedder) window * \return The new window (or 0 if creation failed). */ -- cgit v1.2.3