Searched refs:OldClientRect (Results 1 – 1 of 1) sorted by relevance
1811 RECTL OldWindowRect, OldClientRect; in co_WinPosSetWindowPos() local1946 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()