forked from pyrite-dev/milsko
mhm
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@807 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
58d6a1e21d
commit
6f2d7b4c1a
1 changed files with 2 additions and 2 deletions
|
|
@ -513,8 +513,8 @@ static void MwLLSetIconImpl(MwLL handle, MwLLPixmap pixmap) {
|
|||
ii.hbmMask = pixmap->gdi.hMask2;
|
||||
ii.hbmColor = pixmap->gdi.hBitmap;
|
||||
|
||||
if(handle->gdi.icon != NULL) DestroyCursor(handle->gdi.icon);
|
||||
handle->gdi.icon o = CreateIconIndirect(&ii);
|
||||
if(handle->gdi.icon != NULL) DestroyIcon(handle->gdi.icon);
|
||||
handle->gdi.icon = CreateIconIndirect(&ii);
|
||||
}
|
||||
|
||||
static void MwLLForceRenderImpl(MwLL handle) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue