Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs committed Aug 14, 2024
1 parent c037c44 commit 449c341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -5296,7 +5296,7 @@ RGFW_UNUSED(win); /*!< if buffer rendering is not being used */
RECT windowRect, clientRect;

if (!(args & RGFW_NO_BORDER)) {
window_style |= WS_CAPTION | WS_SYSMENU | WS_BORDER | WS_VISIBLE | WS_MINIMIZEBOX;
window_style |= WS_CAPTION | WS_SYSMENU | WS_BORDER | WS_MINIMIZEBOX;

if (!(args & RGFW_NO_RESIZE))
window_style |= WS_SIZEBOX | WS_MAXIMIZEBOX | WS_THICKFRAME;
Expand Down

0 comments on commit 449c341

Please sign in to comment.