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

X11: Fix incorrect DPI factor when waking from suspend #1303

Merged
merged 1 commit into from
Dec 4, 2019

Conversation

murarth
Copy link
Contributor

@murarth murarth commented Dec 2, 2019

Closes #1302

  • Tested on all platforms changed
  • Compilation warnings were addressed
  • cargo fmt has been run on this branch
  • cargo doc builds successfully
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

@murarth
Copy link
Contributor Author

murarth commented Dec 2, 2019

@cespare Can you test whether this change resolves your shrinking window issue?

@cespare
Copy link

cespare commented Dec 3, 2019

@murarth thanks very much for the patch. I played around with it a while but I couldn't figure out how to convince Cargo to build alacritty with your patched version of winit. I posted details over on alacritty/alacritty#3022 (comment).

@cespare
Copy link

cespare commented Dec 3, 2019

@murarth with @kchibisov's help I got it working and I can confirm that the patch fixes my problem.

Thanks again!

@goddessfreya goddessfreya added DS - x11 C - waiting on maintainer A maintainer must review this code labels Dec 4, 2019
@murarth murarth merged commit 1a514df into rust-windowing:master Dec 4, 2019
@murarth murarth deleted the x11-fix-suspend branch December 4, 2019 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - waiting on maintainer A maintainer must review this code DS - x11
Development

Successfully merging this pull request may close these issues.

Tiny window after suspend on X11
3 participants