Druid: X11 shell does not support timers.

Created on 15 May 2020  路  3Comments  路  Source: linebender/druid

help wanted missing shelx11

Most helpful comment

I've been thinking of tackling this in the near future. A bunch of examples are broken because of this, so it would be nice to have working.

All 3 comments

I've been thinking of tackling this in the near future. A bunch of examples are broken because of this, so it would be nice to have working.

As part of this, 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).

I've opened #1186 as a separate issue for the fallback painting, because this issue has basically been resolved.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MGlolenstine picture MGlolenstine  路  3Comments

cmyr picture cmyr  路  3Comments

bheisler picture bheisler  路  5Comments

timothyhollabaugh picture timothyhollabaugh  路  3Comments

cmyr picture cmyr  路  3Comments