linebender/druid

X11 shell should use timers for fallback painting.

Open

#1186 aperta il 6 set 2020

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Rust (567 fork)batch import
help wantedmaintenanceshell/x11

Metriche repository

Star
 (9091 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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).

Guida contributor