This patch fixes issue #26218.
https://github.com/wxWidgets/wxWidgets/pull/26220
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
AFAICS this should be applied to master too, even if this renderer is not used there by default, it can still be used if explicitly chosen, right?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
AFAICS this should be applied to master too, even if this renderer is not used there by default, it can still be used if explicitly chosen, right?
Yes 👍
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks for the confirmation, I'll apply this to both branches.
BTW, testing compilation here I get
/usr/include/cairo/cairo.h:70:9: warning: "cairo_public" redefined
70 | #define cairo_public _cairo_api extern
| ^~~~~~~~~~~~
src/common/cairo.cpp:19:9: note: this is the location of the previous definition
19 | #define cairo_public
| ^~~~~~~~~~~~
and looking at the header, it looks like we should be predefining CAIRO_WIN32_STATIC_BUILD instead, at least with Cairo 1.18.4 installed here.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()