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

Don't re-send wl_output.geometry if unchanged #3414

Closed
Saviq opened this issue Jun 5, 2024 · 1 comment · Fixed by #3430
Closed

Don't re-send wl_output.geometry if unchanged #3414

Saviq opened this issue Jun 5, 2024 · 1 comment · Fixed by #3430
Labels
enhancement triaged Triage into JIRA to plan it in

Comments

@Saviq
Copy link
Collaborator

Saviq commented Jun 5, 2024

Correction: we would be correct to resend geometry if any of the properties changed:

The event is sent when binding to the output object and whenever any of the properties change.

Originally posted by @AlanGriffiths in #3393 (comment)

@Saviq
Copy link
Collaborator Author

Saviq commented Jun 5, 2024

These got introduced here:

@Saviq Saviq added the triaged Triage into JIRA to plan it in label Jun 17, 2024
github-merge-queue bot pushed a commit that referenced this issue Jun 18, 2024
Fixes #3414

Removes a duplicate call to
`OutputConfigListener::output_config_changed` during the binding of the
output object.
Saviq pushed a commit that referenced this issue Aug 21, 2024
Fixes #3414

Removes a duplicate call to
`OutputConfigListener::output_config_changed` during the binding of the
output object.
github-merge-queue bot pushed a commit that referenced this issue Sep 6, 2024
…#3585)

In my [previous fix](#3430) for
#3414, I accidentally disabled sending `wl_surface.enter` events for
surfaces on outputs enabled at runtime. This PR resolves that issue
while still addressing #3414.
AlanGriffiths added a commit that referenced this issue Sep 9, 2024
…#3585)

In my [previous fix](#3430) for
#3414, I accidentally disabled sending `wl_surface.enter` events for
surfaces on outputs enabled at runtime. This PR resolves that issue
while still addressing #3414.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement triaged Triage into JIRA to plan it in
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant