From b552339ce7d22b53e6649d59d8c4add36f0e4b0b Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Wed, 9 Aug 2006 21:54:52 +0000 Subject: [PATCH] fixing build bustage --- widget/src/gtk2/nsWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget/src/gtk2/nsWindow.cpp b/widget/src/gtk2/nsWindow.cpp index 5e0767a4a223..5c3beed17e33 100644 --- a/widget/src/gtk2/nsWindow.cpp +++ b/widget/src/gtk2/nsWindow.cpp @@ -1566,10 +1566,10 @@ nsWindow::OnExposeEvent(GtkWidget *aWidget, GdkEventExpose *aEvent) // double buffer if (translucent) { - ctx->PushGroup(gfxContext::CONTENT_COLOR_ALPHA); + ctx->PushGroup(gfxASurface::CONTENT_COLOR_ALPHA); } else { #ifdef MOZ_ENABLE_GLITZ - ctx->PushGroup(gfxContext::CONTENT_COLOR); + ctx->PushGroup(gfxASurface::CONTENT_COLOR); #else // MOZ_ENABLE_GLITZ // 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