Module: wine Branch: master Commit: b9eb121eabf5db597c918f54ba13b9140e68635f URL: https://source.winehq.org/git/wine.git/?a=commit;h=b9eb121eabf5db597c918f54b...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Thu Mar 19 15:04:55 2020 +0300
comctl32/imagelist: Update todo list.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/comctl32/imagelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index 237719cf7d..925952351f 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -24,7 +24,7 @@ * * TODO: * - Add support for ILD_PRESERVEALPHA, ILD_SCALE, ILD_DPISCALE - * - Add support for ILS_GLOW, ILS_SHADOW, ILS_SATURATE + * - Add support for ILS_GLOW, ILS_SHADOW * - Thread-safe locking */