From c5f37cf12d9a6490a4a99efb7dde7f2ca03e72cc Mon Sep 17 00:00:00 2001 From: "vladimir%pobox.com" Date: Thu, 10 May 2007 20:19:04 +0000 Subject: [PATCH] X11 blows; bustage fix for linux git-svn-id: svn://10.0.0.236/trunk@226274 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/thebes/src/gfxASurface.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/gfx/thebes/src/gfxASurface.cpp b/mozilla/gfx/thebes/src/gfxASurface.cpp index 3d86f029eb3..073b9f4eb1f 100644 --- a/mozilla/gfx/thebes/src/gfxASurface.cpp +++ b/mozilla/gfx/thebes/src/gfxASurface.cpp @@ -48,6 +48,8 @@ #ifdef CAIRO_HAS_XLIB_SURFACE #include "gfxXlibSurface.h" +// X11 really blows, and #define's Status +#undef Status #endif #ifdef CAIRO_HAS_QUARTZ_SURFACE