In cefgui.cpp...
To bring the project up to date, I needed to make this change:
+ windowInfo.SetAsWindowless(0, true);
- windowInfo.SetAsOffScreen(nullptr);
- windowInfo.SetTransparentPainting(true);
Also, I don't know what to do with this call (aside from comment it out and ignore it), since it no longer exists:browser->GetHost()->Invalidate(rect, PET_VIEW);
I guess I will look into it further once I get this program cross-compiling onto Windows.
In cefgui.cpp...
To bring the project up to date, I needed to make this change:
Also, I don't know what to do with this call (aside from comment it out and ignore it), since it no longer exists:
browser->GetHost()->Invalidate(rect, PET_VIEW);I guess I will look into it further once I get this program cross-compiling onto Windows.