mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:23:03 +00:00
[NTUSER] Add 'Win:' comment to IntDeferWindowPos
CORE-11700
This commit is contained in:
parent
9140300c2a
commit
798d0352a0
1 changed files with 1 additions and 0 deletions
|
@ -3010,6 +3010,7 @@ IntChildWindowFromPointEx(PWND Parent, LONG x, LONG y, UINT uiFlags)
|
||||||
return pwndHit ? pwndHit : Parent;
|
return pwndHit ? pwndHit : Parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Win: _DeferWindowPos(PSMWP, PWND, PWND, ...) */
|
||||||
HDWP
|
HDWP
|
||||||
FASTCALL
|
FASTCALL
|
||||||
IntDeferWindowPos( HDWP hdwp,
|
IntDeferWindowPos( HDWP hdwp,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue