Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dwinpos.h78 VOID FASTCALL IntSetSnapEdge(PWND Wnd, UINT Edge);
H A Dwinpos.c2501 IntSetSnapEdge(Wnd, HTNOWHERE); /* Mark as not snapped (for Win+Left,Up,Down) */ in co_WinPosMinMaximize()
3956 IntSetSnapEdge(Wnd, HTNOWHERE); in co_IntSnapWindow()
3979 IntSetSnapEdge(PWND Wnd, UINT Edge) in IntSetSnapEdge() function
4007 IntSetSnapEdge(Wnd, Edge); in IntSetSnapInfo()
H A Ddefwnd.c834 IntSetSnapEdge(topWnd, edge); /* Tell everyone the edge we are snapped to */ in IntDefWindowProc()
H A Dnonclient.c527 IntSetSnapEdge(pwnd, HTNOWHERE); in DefWndDoSizeMove()