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 *BSD systems using the wrong (and slow) window resize #4409

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented Nov 21, 2023

Description:

I realized that we had decided to group Linux into its own implementation without considering that *BSD systems would want to use the same fast file path.

Draft: Currently untested on BSD. The logic is sound and I just didn't forget my branch so opened.

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

@Jacalz Jacalz added this to the D fixes (v2.4.x) milestone Nov 21, 2023
@Jacalz
Copy link
Member Author

Jacalz commented Nov 21, 2023

I think this ought to go into a v2.4.x release when merged.

@coveralls
Copy link

coveralls commented Nov 21, 2023

Coverage Status

coverage: 65.1%. remained the same
when pulling 4c97c6d on Jacalz:wrong-resize-on-bsd
into ba5ce9a on fyne-io:develop.

@sdassow
Copy link
Contributor

sdassow commented Nov 22, 2023

Oh, nice! Going to try this later on OpenBSD. Noticed it before, but didn't start debugging since I'm also hacking on the window manager I'm using and couldn't rule out that it wasn't my fault so far as I'm actually working on window resizing logic.

@sdassow
Copy link
Contributor

sdassow commented Nov 22, 2023

Tested and works as intended on OpenBSD.

@Jacalz
Copy link
Member Author

Jacalz commented Nov 22, 2023

Thanks for testing 👍

@Jacalz Jacalz marked this pull request as ready for review November 22, 2023 15:51
@Jacalz Jacalz force-pushed the wrong-resize-on-bsd branch from 4c97c6d to 2c5349f Compare November 27, 2023 10:07
@Jacalz Jacalz merged commit 4a18a7f into fyne-io:develop Nov 27, 2023
10 of 11 checks passed
@Jacalz Jacalz deleted the wrong-resize-on-bsd branch November 27, 2023 10:32
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.

4 participants