Add backcolor for mac

This commit is contained in:
Oleg.Korshul
2025-10-13 15:50:22 +03:00
parent a4911e4a02
commit 2823634873

View File

@ -14,6 +14,9 @@ CCefViewWrapper::~CCefViewWrapper()
void CCefViewWrapper::SetBackgroundCefColor(unsigned char r, unsigned char g, unsigned char b)
{
backgroundR = r;
backgroundG = g;
backgroundB = b;
}
CCefView* CCefViewWrapper::GetCefView()