Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Suggested by JoachimHenze.
  • Loading branch information
TAN-Gaming committed Dec 20, 2023
1 parent b0918f1 commit 9d010dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32ss/user/ntuser/winpos.c
Original file line number Diff line number Diff line change
Expand Up @@ -3611,7 +3611,7 @@ NtUserSetWindowRgn(
Window->hrgnNewFrame = HRGN_WINDOW;
}
//// HACK 2
Ret = (INT)co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0, bRedraw ? flags : (flags|SWP_NOREDRAW) );
Ret = (INT)co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0, bRedraw ? flags : (flags | SWP_NOREDRAW));

Exit:
TRACE("Leave NtUserSetWindowRgn, ret=%i\n", Ret);
Expand Down

0 comments on commit 9d010dc

Please sign in to comment.