mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
6 lines
178 B
C
6 lines
178 B
C
#pragma once
|
|
|
|
#include <wayland-client.h>
|
|
|
|
void quirk_weston_subsurface_desync_on(struct wl_subsurface *sub);
|
|
void quirk_weston_subsurface_desync_off(struct wl_subsurface *sub);
|