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

fix glyph string analysis methods that don't need &mut #1188

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

bvinc
Copy link
Contributor

@bvinc bvinc commented Sep 17, 2023

pango glyph_string's methods index_to_x and x_to_index use the analysis parameter, but don't modify it. This changes the pango/Gir.toml to make the analysis parameter not be &mut.

@bilelmoussaoui bilelmoussaoui added the needs-backport PR needs backporting to the current stable branch label Sep 19, 2023
@bilelmoussaoui bilelmoussaoui merged commit 5e0be5c into gtk-rs:master Sep 19, 2023
47 checks passed
@sdroege sdroege removed the needs-backport PR needs backporting to the current stable branch label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants