mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1892913 - patch 4 - Avoid redefinition of cairo_public. r=gfx-reviewers,lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D209411
This commit is contained in:
parent
4ea66d784e
commit
d1b6d76b86
21
gfx/cairo/00-cairo_public.patch
Normal file
21
gfx/cairo/00-cairo_public.patch
Normal file
@ -0,0 +1,21 @@
|
||||
# HG changeset patch
|
||||
# User Jonathan Kew <jkew@mozilla.com>
|
||||
# Date 1713882230 -3600
|
||||
# Tue Apr 23 15:23:50 2024 +0100
|
||||
# Node ID 18ffa0ace007ca3b1acb66c9081089ea2d2e0917
|
||||
# Parent 8f822dbadb73fcfb8765937ea6bdfbaed5bd0c2c
|
||||
Avoid redefinition of cairo_public
|
||||
|
||||
diff --git a/gfx/cairo/cairo/src/cairo.h b/gfx/cairo/cairo/src/cairo.h
|
||||
--- a/gfx/cairo/cairo/src/cairo.h
|
||||
+++ b/gfx/cairo/cairo/src/cairo.h
|
||||
@@ -67,7 +67,9 @@
|
||||
# define _cairo_api _cairo_import
|
||||
#endif
|
||||
|
||||
+#ifndef cairo_public
|
||||
#define cairo_public _cairo_api extern
|
||||
+#endif
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
@ -67,7 +67,9 @@
|
||||
# define _cairo_api _cairo_import
|
||||
#endif
|
||||
|
||||
#ifndef cairo_public
|
||||
#define cairo_public _cairo_api extern
|
||||
#endif
|
||||
|
||||
CAIRO_BEGIN_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user