Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Ddefwnd.c806 UINT snapped = IntGetWindowSnapEdge(topWnd); in IntDefWindowProc() local
812 else if (snapped) in IntDefWindowProc()
837 snapped = HTNOWHERE; /* Force snap */ in IntDefWindowProc()
840 else if (snapped == edge) in IntDefWindowProc()
847 if (snapped == otherEdge) in IntDefWindowProc()