We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3416296 commit 027d46fCopy full SHA for 027d46f
include/SDL_main.h
@@ -187,8 +187,8 @@ extern DECLSPEC void SDLCALL SDL_SetMainReady(void);
187
* \param name the window class name, in UTF-8 encoding. If NULL, SDL
188
* currently uses "SDL_app" but this isn't guaranteed.
189
* \param style the value to use in WNDCLASSEX::style. If `name` is NULL, SDL
190
- * currently uses `(CS_BYTEALIGNCLIENT | CS_OWNDC)` regardless of
191
- * what is specified here.
+ * currently uses `(CS_BYTEALIGNCLIENT \| CS_OWNDC)` regardless
+ * of what is specified here.
192
* \param hInst the HINSTANCE to use in WNDCLASSEX::hInstance. If zero, SDL
193
* will use `GetModuleHandle(NULL)` instead.
194
* \returns 0 on success, -1 on error. SDL_GetError() may have details.
0 commit comments