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.
2 parents d06fe42 + 449c341 commit b3b1be4Copy full SHA for b3b1be4
RGFW.h
@@ -5298,7 +5298,7 @@ RGFW_UNUSED(win); /*!< if buffer rendering is not being used */
5298
RECT windowRect, clientRect;
5299
5300
if (!(args & RGFW_NO_BORDER)) {
5301
- window_style |= WS_CAPTION | WS_SYSMENU | WS_BORDER | WS_VISIBLE | WS_MINIMIZEBOX;
+ window_style |= WS_CAPTION | WS_SYSMENU | WS_BORDER | WS_MINIMIZEBOX;
5302
5303
if (!(args & RGFW_NO_RESIZE))
5304
window_style |= WS_SIZEBOX | WS_MAXIMIZEBOX | WS_THICKFRAME;
0 commit comments