mirror of
https://github.com/ONLYOFFICE/desktop-sdk.git
synced 2026-02-10 18:15:05 +08:00
Add backcolor for mac
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user