Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtooltips.c812 HRGN hrStem; in TOOLTIPS_Show() local
854 hrStem = CreatePolygonRgn(pts, ARRAY_SIZE(pts), ALTERNATE); in TOOLTIPS_Show()
866 CombineRgn(hRgn, hRgn, hrStem, RGN_OR); in TOOLTIPS_Show()
867 DeleteObject(hrStem); in TOOLTIPS_Show()