Cleanup: clang-format, spelling
This commit is contained in:
@@ -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).
|
||||
*/
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
# error WIN32 only!
|
||||
#endif // WIN32
|
||||
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <ole2.h> // for drag-n-drop
|
||||
|
||||
Reference in New Issue
Block a user