mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
quirk: remove plasma/kwin quirk
Older version of Plasma/KWin had an issue where buffer damage recorded before the buffer was attached were ignored. This appears to have been fixed now.
This commit is contained in:
parent
04215bac6c
commit
29776dbd1f
4 changed files with 4 additions and 32 deletions
1
render.c
1
render.c
|
|
@ -2443,7 +2443,6 @@ grid_render(struct terminal *term)
|
|||
xassert(buf->height % term->scale == 0);
|
||||
|
||||
wl_surface_attach(term->window->surface, buf->wl_buf, 0, 0);
|
||||
quirk_kde_damage_before_attach(term->window->surface);
|
||||
wl_surface_commit(term->window->surface);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue