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 shell should use timers for fallback painting. #1186

Open
luleyleo opened this issue Sep 6, 2020 · 0 comments
Open

X11 shell should use timers for fallback painting. #1186

luleyleo opened this issue Sep 6, 2020 · 0 comments
Labels
help wanted has no one working on it yet maintenance cleans up code or docs shell/x11 concerns the X11 backend

Comments

@luleyleo
Copy link
Collaborator

luleyleo commented Sep 6, 2020

The fallback painting code should be changed to use timers. Right now it uses the idle loop, but this isn't ideal: it forces us to either write a bunch of special-case code for painting or else rate-limit the idle loop to avoid painting to often (this is the current state).

@luleyleo luleyleo added help wanted has no one working on it yet maintenance cleans up code or docs shell/x11 concerns the X11 backend labels Sep 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted has no one working on it yet maintenance cleans up code or docs shell/x11 concerns the X11 backend
Projects
None yet
Development

No branches or pull requests

1 participant