More TODOs.

This commit is contained in:
Pietro Gagliardi 2018-06-09 20:42:13 -04:00
parent b43fb4b247
commit 0f59bf7399
1 changed files with 1 additions and 0 deletions

View File

@ -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;