Refactor DataModel

This commit is contained in:
Vulpovile
2021-03-04 22:47:09 -08:00
parent fa3e8909c8
commit 299e22cf92
21 changed files with 35 additions and 35 deletions

View File

@@ -62,7 +62,7 @@ HRESULT IEBrowser::doExternal(std::wstring funcName,
{
CHOOSECOLOR color;
DWORD rgbCurrent; //Will be dynamic later
DWORD rgbCurrent = 0xFFFFFFFF; //Will be dynamic later
ZeroMemory(&color, sizeof(CHOOSECOLOR));
color.lStructSize = sizeof(color);
color.hwndOwner = hwnd;