malcolmstill / foxwhale

A Wayland compositor written in Zig
MIT License
28 stars 0 forks source link

Validation of window subtrees (cycle detection?) #33

Open malcolmstill opened 4 years ago

malcolmstill commented 4 years ago

A misbehaving client may set up a situation where there is a cycle in its subwindows.

If we don't do anything, we'd likely hang the compositor in an infinite loop. We should detect cycles or allow cycles by tracking what has been rendered each frame.