Home
last modified time | relevance | path

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

/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dconwnd.c864 SMALL_RECT sr1, sr2, sr3; in CreateSelectionRgn() local
877 sr3.Left = 0; in CreateSelectionRgn()
878 sr3.Top = End.Y; in CreateSelectionRgn()
879 sr3.Right = End.X; in CreateSelectionRgn()
880 sr3.Bottom = End.Y; in CreateSelectionRgn()
884 SmallRectToRect(GuiData, &r3, &sr3); in CreateSelectionRgn()