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 fb3b342 commit 0a6d458Copy full SHA for 0a6d458
win32ss/user/ntuser/winpos.c
@@ -2023,8 +2023,7 @@ co_WinPosSetWindowPos(
2023
Window->state |= WNDS_SENDNCPAINT;
2024
}
2025
2026
- if ((!(WinPos.flags & SWP_NOREDRAW) && ((WinPos.flags &
2027
- SWP_AGG_STATUSFLAGS) != SWP_AGG_NOPOSCHANGE)) ||
+ if ((!(WinPos.flags & SWP_NOREDRAW) && ((WinPos.flags & SWP_AGG_STATUSFLAGS) != SWP_AGG_NOPOSCHANGE)) ||
2028
((WinPos.flags & SWP_NOZORDER) && (WinPos.flags & SWP_NOOWNERZORDER)))
2029
{
2030
/* Determine the new visible region */
0 commit comments