More TODOs.
This commit is contained in:
parent
d5f9c237b7
commit
270c03269f
|
@ -93,6 +93,6 @@ noscale:
|
||||||
void applyImageList(HWND hwnd, UINT uMsg, WPARAM wParam, HIMAGELIST il)
|
void applyImageList(HWND hwnd, UINT uMsg, WPARAM wParam, HIMAGELIST il)
|
||||||
{
|
{
|
||||||
if (SendMessageW(hwnd, uMsg, wParam, (LPARAM) il) == (LRESULT) NULL)
|
if (SendMessageW(hwnd, uMsg, wParam, (LPARAM) il) == (LRESULT) NULL)
|
||||||
;// xpanic("error setting image list", GetLastError());
|
;//TODO xpanic("error setting image list", GetLastError());
|
||||||
// TODO free old one here if any
|
// TODO free old one here if any
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue