mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Merge back commit from WineHQ
svn path=/trunk/; revision=8665
This commit is contained in:
parent
7f1a2fa09f
commit
a990283857
1 changed files with 3 additions and 3 deletions
|
@ -2298,10 +2298,10 @@ TOOLBAR_AddBitmap (HWND hwnd, WPARAM wParam, LPARAM lParam)
|
|||
/* create new default image list */
|
||||
TRACE ("creating default image list!\n");
|
||||
|
||||
himlDef = ImageList_Create (infoPtr->nBitmapWidth, infoPtr->nBitmapHeight,
|
||||
ILC_COLORDDB | ILC_MASK, nButtons, 2);
|
||||
himlDef = ImageList_Create (infoPtr->nBitmapWidth, infoPtr->nBitmapHeight,
|
||||
ILC_COLORDDB | ILC_MASK, nButtons, 2);
|
||||
TOOLBAR_InsertImageList(&infoPtr->himlDef, &infoPtr->cimlDef, himlDef, 0);
|
||||
infoPtr->himlInt = himlDef;
|
||||
infoPtr->himlInt = himlDef;
|
||||
}
|
||||
else {
|
||||
himlDef = GETDEFIMAGELIST(infoPtr, 0);
|
||||
|
|
Loading…
Reference in a new issue