diff --git a/gfx/thebes/public/gfxXlibNativeRenderer.h b/gfx/thebes/public/gfxXlibNativeRenderer.h index 9ca7f7e02f91..7a3ea76f2343 100644 --- a/gfx/thebes/public/gfxXlibNativeRenderer.h +++ b/gfx/thebes/public/gfxXlibNativeRenderer.h @@ -85,7 +85,7 @@ public: // If set, then the Screen 'screen' in the callback can be different // from the default Screen of the display passed to 'Draw' and can be // on a different display. - DRAW_SUPPORTS_ALTERNATE_SCREEN = 0x20, + DRAW_SUPPORTS_ALTERNATE_SCREEN = 0x20 }; struct DrawOutput {