search: enable/disable weston sub-surface desync quirk when rendering search box

This commit is contained in:
Daniel Eklöf 2020-03-01 13:06:00 +01:00
parent a29427a185
commit b6f8a2e422
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 26 additions and 6 deletions

View file

@ -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);