linebender/druid

X11 shell should use timers for fallback painting.

開放

#1,186 建立於 2020年9月6日

 (0 則留言) (0 個反應) (0 位負責人)Rust (567 個分叉)batch import
help wantedmaintenanceshell/x11

倉庫指標

星標
 (9,091 顆星)
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).

貢獻者指南