The following sequence: wl_surface::attach(s, b, 1, 2) wl_surface::commit(s) wl_surface::commit(s) would actually result in the surface getting moved by (2,4) as the pending attach delta wasn't reset on commit, only by another attach. This only shows up on single-buffered surfaces. Signed-off-by: Daniel Stone <daniel@fooishbar.org>
parent
d8e8271e94
commit
b4f4a5980f
Loading…
Reference in new issue