author | vladimir@pobox.com |
Thu, 10 May 2007 13:19:04 -0700 | |
changeset 1351 | 38976a9e7aeb5f3138e4d5d39848915ec0b576be |
parent 1350 | 3f7ef7c3a71390c40138d3e7c7b89d9c1fe6871f |
child 1352 | 08e21b93823ea35f96a4c2a4bab8d6c42aab89c9 |
push id | unknown |
push user | unknown |
push date | unknown |
milestone | 1.9a5pre |
--- a/gfx/thebes/src/gfxASurface.cpp +++ b/gfx/thebes/src/gfxASurface.cpp @@ -43,16 +43,18 @@ #include "cairo.h" #ifdef CAIRO_HAS_WIN32_SURFACE #include "gfxWindowsSurface.h" #endif #ifdef CAIRO_HAS_XLIB_SURFACE #include "gfxXlibSurface.h" +// X11 really blows, and #define's Status +#undef Status #endif #ifdef CAIRO_HAS_QUARTZ_SURFACE #include "gfxQuartzSurface.h" #endif #include <stdio.h>