mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixing bustage
This commit is contained in:
parent
e89bdbc526
commit
e031c567bf
@ -5878,7 +5878,7 @@ PRBool nsWindow::OnPaint(HDC aDC)
|
||||
#endif
|
||||
|
||||
nsRefPtr<gfxContext> thebesContext = new gfxContext(targetSurface);
|
||||
thebesContext->SetFlag(FLAG_DESTINED_FOR_SCREEN);
|
||||
thebesContext->SetFlag(gfxContext::FLAG_DESTINED_FOR_SCREEN);
|
||||
|
||||
#ifdef MOZ_XUL
|
||||
if (eTransparencyGlass == mTransparencyMode && nsUXThemeData::sHaveCompositor) {
|
||||
|
Loading…
Reference in New Issue
Block a user