linebender/druid
Ver no GitHubX11 shell should use timers for fallback painting.
Open
#1.186 aberto em 6 de set. de 2020
help wantedmaintenanceshell/x11
Métricas do repositório
- Stars
- (9.091 stars)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
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).