summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-16 17:40:32 -0400
committerPietro Gagliardi <[email protected]>2014-08-16 17:40:32 -0400
commit270c03269f6ea1d2a8d9b30153f9f488eac53622 (patch)
tree4a052b11810bce3d714b1729a2e5ea3157364bd9
parentd5f9c237b7e81e54e91241d49d2a8ad718bd397c (diff)
More TODOs.
-rw-r--r--redo/imagelist_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/imagelist_windows.c b/redo/imagelist_windows.c
index dcea7a1..0ad851f 100644
--- a/redo/imagelist_windows.c
+++ b/redo/imagelist_windows.c
@@ -93,6 +93,6 @@ noscale:
void applyImageList(HWND hwnd, UINT uMsg, WPARAM wParam, HIMAGELIST il)
{
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
}