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

Avoid spurious configure events #3048

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Avoid spurious configure events #3048

merged 1 commit into from
Sep 21, 2023

Conversation

AlanGriffiths
Copy link
Contributor

When determing whether the client has sized the window, we were inadvertantly applying a fallback size of 640x480.

That led to spurious configure events.

Fixes: #3046

@AlanGriffiths
Copy link
Contributor Author

This also fixes the tests that were broken by #3042 - the spurious configure events also were what caused that trouble

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #3048 (6f34db1) into main (d6718f6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3048   +/-   ##
=======================================
  Coverage   77.70%   77.71%           
=======================================
  Files        1056     1056           
  Lines       73397    73403    +6     
=======================================
+ Hits        57035    57045   +10     
+ Misses      16362    16358    -4     
Files Changed Coverage Δ
...server/frontend_wayland/window_wl_surface_role.cpp 89.88% <100.00%> (+0.23%) ⬆️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AlanGriffiths AlanGriffiths marked this pull request as ready for review September 20, 2023 15:07
@AlanGriffiths AlanGriffiths self-assigned this Sep 20, 2023
Copy link
Collaborator

@Saviq Saviq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WFM!

@Saviq Saviq added this pull request to the merge queue Sep 21, 2023
Merged via the queue into main with commit da0c8fa Sep 21, 2023
65 checks passed
@Saviq Saviq deleted the fix-3046 branch September 21, 2023 12:47
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.

HostedGLMark2Wayland.fullscreen failing
2 participants