Searched refs:pti (Results 1 – 1 of 1) sorted by relevance
8510 TOOLINFOW *pti; in make_tooltip() local8518 pti = alloc(ToolInfoSize); in make_tooltip()8519 if (pti == NULL) in make_tooltip()8530 pti->cbSize = ToolInfoSize; in make_tooltip()8531 pti->uFlags = TTF_SUBCLASS; in make_tooltip()8532 pti->hwnd = beval->target; in make_tooltip()8534 pti->uId = ID_BEVAL_TOOLTIP; in make_tooltip()8556 pti->rect.left = pt.x - 3; in make_tooltip()8557 pti->rect.top = pt.y - 3; in make_tooltip()8558 pti->rect.right = pt.x + 3; in make_tooltip()[all …]