Cleanup: clang-format, spelling

This commit is contained in:
Campbell Barton
2019-10-10 10:25:46 +11:00
parent f61a8a2abd
commit dc2cd2d0dc
22 changed files with 67 additions and 54 deletions

View File

@@ -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).
*/

View File

@@ -29,7 +29,6 @@
# error WIN32 only!
#endif // WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ole2.h> // for drag-n-drop