tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

00-cairo_public.patch (555B)


      1 # HG changeset patch
      2 # User Jonathan Kew <jkew@mozilla.com>
      3 # Date 1713882230 -3600
      4 #      Tue Apr 23 15:23:50 2024 +0100
      5 # Node ID 18ffa0ace007ca3b1acb66c9081089ea2d2e0917
      6 # Parent  8f822dbadb73fcfb8765937ea6bdfbaed5bd0c2c
      7 Avoid redefinition of cairo_public
      8 
      9 diff --git a/gfx/cairo/cairo/src/cairo.h b/gfx/cairo/cairo/src/cairo.h
     10 --- a/gfx/cairo/cairo/src/cairo.h
     11 +++ b/gfx/cairo/cairo/src/cairo.h
     12 @@ -67,7 +67,9 @@
     13 # define _cairo_api _cairo_import
     14 #endif
     15 
     16 +#ifndef cairo_public
     17 #define cairo_public _cairo_api extern
     18 +#endif
     19 
     20 CAIRO_BEGIN_DECLS