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 exposures on child window #5408

Merged
merged 1 commit into from
May 10, 2024
Merged

x11: fix exposures on child window #5408

merged 1 commit into from
May 10, 2024

Conversation

jknockel
Copy link
Contributor

We should watch the child window for exposure events, not the parent window (the parent window is just a background color and we never paint to it).

This was a regression from commit 809bcc5.

Fixes #5405.

We should watch the child window for exposure events, not the parent
window (the parent window is just a background color and we never paint
to it).

This was a regression from commit 809bcc5.

Fixes wez#5405.
@wez
Copy link
Owner

wez commented May 10, 2024

Thanks!

@wez wez merged commit 79ce027 into wez:main May 10, 2024
14 of 15 checks passed
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.

Unfocused Wezterm window content doesn't get drawn until "damage" occurs
2 participants