From 0f59bf7399b6c377d6add7bce382d16b975d4c69 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 9 Jun 2018 20:42:13 -0400 Subject: [PATCH] More TODOs. --- windows/image.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/windows/image.cpp b/windows/image.cpp index a2fb2853..a85207f5 100644 --- a/windows/image.cpp +++ b/windows/image.cpp @@ -121,6 +121,7 @@ IWICBitmap *uiprivImageAppropriateForDC(uiImage *i, HDC dc) } // TODO see if we can really pass NULL to CreateDIBSection()'s HDC parameter, and if so, use HBITMAPs before WIC maybe? +// TODO this needs to actually scale down to fit if the image size isn't perfectly equal to a requested size I need to pass as a parameter here... HBITMAP uiprivWICToGDI(IWICBitmap *b, HDC dc) { BITMAPINFO bmi;