mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
12 lines
364 B
C
12 lines
364 B
C
#pragma once
|
|
|
|
#include <wayland-client.h>
|
|
|
|
#include "terminal.h"
|
|
|
|
void quirk_weston_subsurface_desync_on(struct wl_subsurface *sub);
|
|
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);
|