Home
last modified time | relevance | path

Searched refs:OldClientRect (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dwinpos.c1811 RECTL OldWindowRect, OldClientRect; in co_WinPosSetWindowPos() local
1946 OldClientRect = Window->rcClient; in co_WinPosSetWindowPos()
1948 if (NewClientRect.left != OldClientRect.left || in co_WinPosSetWindowPos()
1949 NewClientRect.top != OldClientRect.top) in co_WinPosSetWindowPos()
1953 NewClientRect.left - OldClientRect.left, in co_WinPosSetWindowPos()
1954 NewClientRect.top - OldClientRect.top); in co_WinPosSetWindowPos()