Skip to content
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

librsvg: update to newer API #1061

Merged
merged 1 commit into from
Oct 1, 2024
Merged

librsvg: update to newer API #1061

merged 1 commit into from
Oct 1, 2024

Conversation

ThomasAdam
Copy link
Member

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

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
@ThomasAdam ThomasAdam added this to the 1.1.1 milestone Oct 1, 2024
@ThomasAdam ThomasAdam self-assigned this Oct 1, 2024
@ThomasAdam ThomasAdam added type:bug Something's broken! difficulty:easy Issue is suitable for new fvwm developer difficulty:gfi Issue is suitable for a first-time contributor/developer labels Oct 1, 2024
@ThomasAdam ThomasAdam merged commit 43870cd into main Oct 1, 2024
5 checks passed
@ThomasAdam ThomasAdam deleted the ta/rsvg-api branch October 1, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:easy Issue is suitable for new fvwm developer difficulty:gfi Issue is suitable for a first-time contributor/developer type:bug Something's broken!
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fsvg.h using deprecated calls.
1 participant