help wantedmaintenanceshell/x11
仓库指标
- Star
- (9,091 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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).