mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Move xdg-shell and xwayland-shell surfaces to new API Also render alt-tab on-screen-display by converting cairo-surface to wlr_buffer
17 lines
205 B
C
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)
|
|
{
|
|
}
|