mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04: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
8
quirks.h
8
quirks.h
|
|
@ -21,11 +21,3 @@ void quirk_weston_subsurface_desync_off(struct wl_subsurface *sub);
|
|||
/* Shortcuts to call desync_{on,off} on all CSD subsurfaces */
|
||||
void quirk_weston_csd_on(struct terminal *term);
|
||||
void quirk_weston_csd_off(struct terminal *term);
|
||||
|
||||
/*
|
||||
* KDE discards all previous damage when a buffer is attached to a
|
||||
* surface. Thus, if you have recorded damage before you call
|
||||
* wl_surface_attach(), call this function to record a full buffer
|
||||
* damage.
|
||||
*/
|
||||
void quirk_kde_damage_before_attach(struct wl_surface *surface);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue