forked from pyrite-dev/milsko
hmm
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@811 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
6f0de898c0
commit
74e2ce72e2
1 changed files with 2 additions and 2 deletions
|
|
@ -510,9 +510,9 @@ static void MwLLSetIconImpl(MwLL handle, MwLLPixmap pixmap) {
|
|||
ii.hbmColor = pixmap->gdi.hBitmap;
|
||||
|
||||
ico = CreateIconIndirect(&ii);
|
||||
SendMessage(handle->gdi.hWnd, WM_SETICON, ICON_BIG, (LPARAM)ico);
|
||||
SendMessage(handle->gdi.hWnd, WM_SETICON, ICON_SMALL, (LPARAM)ico);
|
||||
DestroyIcon(ico);
|
||||
SendMessage(handle->gdi.hWnd, WM_SETICON, ICON_BIG, (LPARAM)ico);
|
||||
// DestroyIcon(ico);
|
||||
}
|
||||
|
||||
static void MwLLForceRenderImpl(MwLL handle) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue