linebender/druid

X11 shell should use timers for fallback painting.

Open

#1,186 创建于 2020年9月6日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Rust (9,091 star) (567 fork)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).

贡献者指南