зеркало из https://github.com/mozilla/gecko-dev.git
fixing build bustage
This commit is contained in:
Родитель
16dbfe625d
Коммит
b552339ce7
|
@ -1566,10 +1566,10 @@ nsWindow::OnExposeEvent(GtkWidget *aWidget, GdkEventExpose *aEvent)
|
||||||
|
|
||||||
// double buffer
|
// double buffer
|
||||||
if (translucent) {
|
if (translucent) {
|
||||||
ctx->PushGroup(gfxContext::CONTENT_COLOR_ALPHA);
|
ctx->PushGroup(gfxASurface::CONTENT_COLOR_ALPHA);
|
||||||
} else {
|
} else {
|
||||||
#ifdef MOZ_ENABLE_GLITZ
|
#ifdef MOZ_ENABLE_GLITZ
|
||||||
ctx->PushGroup(gfxContext::CONTENT_COLOR);
|
ctx->PushGroup(gfxASurface::CONTENT_COLOR);
|
||||||
#else // MOZ_ENABLE_GLITZ
|
#else // MOZ_ENABLE_GLITZ
|
||||||
// Instead of just doing PushGroup we're going to do a little dance
|
// Instead of just doing PushGroup we're going to do a little dance
|
||||||
// to ensure that GDK creates the pixmap, so it doesn't go all
|
// to ensure that GDK creates the pixmap, so it doesn't go all
|
||||||
|
|
Загрузка…
Ссылка в новой задаче