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

compositor::Compositor should allow recompositing request without stop/start #2811

Open
AlanGriffiths opened this issue Jan 24, 2023 · 0 comments

Comments

@AlanGriffiths
Copy link
Contributor

This is the latest example, but there are others in the surrounding code:

        else if (configuration_changes_require_recompositing(*existing_configuration, *conf))
        {
            // Workaround for #2807: we could do better if Compositor had a `schedule_compositing(damage)` method
            ApplyNowAndRevertOnScopeExit comp{
                    [this] { compositor->stop(); },
                    [this] { compositor->start(); }};
        }
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

No branches or pull requests

1 participant