Changeset 1279 for trunk/src


Ignore:
Timestamp:
Oct 14, 1999, 11:21:14 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/toolbar.c

    r501 r1279  
    1 /* $Id: toolbar.c,v 1.13 1999-08-15 19:12:50 cbratschi Exp $ */
     1/* $Id: toolbar.c,v 1.14 1999-10-14 09:21:14 sandervl Exp $ */
    22/*
    33 * Toolbar control
     
    34683468    TOOLBAR_INFO *infoPtr = TOOLBAR_GetInfoPtr (hwnd);
    34693469
    3470     if (infoPtr->bTransparent)
     3470    //SvL: Check ptr
     3471    if (infoPtr && infoPtr->bTransparent)
    34713472        return SendMessageA (GetParent (hwnd), WM_ERASEBKGND, wParam, lParam);
    34723473
Note: See TracChangeset for help on using the changeset viewer.