Ignore:
Timestamp:
Oct 22, 1999, 8:04:13 PM (26 years ago)
Author:
sandervl
Message:

Fixes + native win32 resources

File:
1 edited

Legend:

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

    r1279 r1402  
    1 /* $Id: toolbar.c,v 1.14 1999-10-14 09:21:14 sandervl Exp $ */
     1/* $Id: toolbar.c,v 1.15 1999-10-22 18:04:13 sandervl Exp $ */
    22/*
    33 * Toolbar control
     
    3030  - IMAGELIST_Draw draws a line too at the bottom of the bitmap (toolbar.exe)
    3131    imagelist uses default size values instead of real bitmap values
    32   - LoadBitmapA -> use NativeLoadBitmap, is OS/2 bitmap resource
    3332*/
    3433
     
    21112110    SendMessageA (infoPtr->hwndNotify,WM_NOTIFY,(WPARAM)nmhdr.idFrom,(LPARAM)&nmhdr);
    21122111
    2113     //load OS/2 dialog
    2114 
    2115     ret = NativeDlgBoxIP(COMCTL32_hModule,
    2116                          GetWindowLongA(hwnd,GWL_HINSTANCE),
    2117                          MAKEINTRESOURCEA(IDD_TBCUSTOMIZE),
    2118                          hwnd,
    2119                          (DLGPROC)TOOLBAR_CustomizeDialogProc,
    2120                          (LPARAM)infoPtr);
    2121 
    2122     if (ret == (INT)-1) ret = 0;
    2123 
    2124 /* //original WINE code
    21252112    if (!(hRes = FindResourceA (COMCTL32_hModule,
    21262113                                MAKEINTRESOURCEA(IDD_TBCUSTOMIZE),
     
    21362123                                   (DLGPROC)TOOLBAR_CustomizeDialogProc,
    21372124                                   (LPARAM)infoPtr);
    2138 */
    21392125
    21402126    /* send TBN_ENDADJUST notification */
Note: See TracChangeset for help on using the changeset viewer.