linebender/druid

X11 shell should use timers for fallback painting.

Open

#1,186 opened on 2020年9月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (9,091 stars) (567 forks)batch import
help wantedmaintenanceshell/x11

説明

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

コントリビューターガイド