labwc/src/damage.c
Johan Malm 532656ad5b Use wlroots scene-graph API
Move xdg-shell and xwayland-shell surfaces to new API

Also render alt-tab on-screen-display by converting cairo-surface to
wlr_buffer
2022-02-23 21:46:48 +00:00

17 lines
205 B
C

// SPDX-License-Identifier: GPL-2.0-only
#include "labwc.h"
void
damage_all_outputs(struct server *server)
{
}
void
damage_view_part(struct view *view)
{
}
void
damage_view_whole(struct view *view)
{
}