Changeset 267 for trunk/src/comctl32/tooltips.c
- Timestamp:
- Jul 4, 1999, 11:06:00 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/tooltips.c
r252 r267 1 /* $Id: tooltips.c,v 1. 9 1999-06-30 15:52:18cbratschi Exp $ */1 /* $Id: tooltips.c,v 1.10 1999-07-04 21:06:00 cbratschi Exp $ */ 2 2 /* 3 3 * Tool tip control … … 1997 1997 infoPtr->hFont = (HFONT)wParam; 1998 1998 1999 if ((LOWORD(lParam)) & (infoPtr->nCurrentTool != -1)) { 2000 // FIXME (tooltips, "full redraw needed!\n"); 1999 if ((LOWORD(lParam)) & (infoPtr->nCurrentTool != -1)) 2000 { 2001 /* force repaint */ 2002 if (infoPtr->bActive) TOOLTIPS_Show(hwnd,infoPtr); 2003 else if (infoPtr->bTrackActive) TOOLTIPS_TrackShow(hwnd,infoPtr); 2001 2004 } 2002 2005
Note:
See TracChangeset
for help on using the changeset viewer.