mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
search: enable/disable weston sub-surface desync quirk when rendering search box
This commit is contained in:
parent
a29427a185
commit
b6f8a2e422
5 changed files with 26 additions and 6 deletions
3
quirks.h
3
quirks.h
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
#include <wayland-client.h>
|
||||
|
||||
void quirk_weston_subsurface_desync(struct wl_subsurface *sub);
|
||||
void quirk_weston_subsurface_desync_on(struct wl_subsurface *sub);
|
||||
void quirk_weston_subsurface_desync_off(struct wl_subsurface *sub);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue