Changeset 1279
- Timestamp:
 - Oct 14, 1999, 11:21:14 AM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/comctl32/toolbar.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/comctl32/toolbar.c
r501 r1279 1 /* $Id: toolbar.c,v 1.1 3 1999-08-15 19:12:50 cbratschiExp $ */1 /* $Id: toolbar.c,v 1.14 1999-10-14 09:21:14 sandervl Exp $ */ 2 2 /* 3 3 * Toolbar control … … 3468 3468 TOOLBAR_INFO *infoPtr = TOOLBAR_GetInfoPtr (hwnd); 3469 3469 3470 if (infoPtr->bTransparent) 3470 //SvL: Check ptr 3471 if (infoPtr && infoPtr->bTransparent) 3471 3472 return SendMessageA (GetParent (hwnd), WM_ERASEBKGND, wParam, lParam); 3472 3473  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  