-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fsvg.h using deprecated calls. #974
Comments
Note to self: The SVG version checking will need to be ripped out as well... |
See also this migration guide: https://gitlab.gnome.org/GNOME/librsvg/-/blob/main/doc/migrating.md |
Certain calls to functions such as rsvg_handle_get_dimensions() and rsvg_handle_render_cairo() have been deprecated since version 2.52, yet we've not bothered to keep up to date with the changes to the API. Change this, but keep backwards compatibility for older librsvg installations. Fixes #974
I didn't see this in the PR, though not fully sure what version checking you were talking about. |
I think that's referring to the abstraction in use around the librsvg API. But that's a much larger change than fixing deprecation warnings. |
Building fvwm gives the following depreciating warnings.
This will require a little bit of refactoring how fvwm computes SVG sizes.
The text was updated successfully, but these errors were encountered: