Decorations: minor refactoring, no logical changes intended

This commit is contained in:
Consolatis 2023-03-23 20:55:14 +01:00
parent 0eb8799df0
commit 774c7c2dd0
4 changed files with 55 additions and 35 deletions

9
include/decorations.h Normal file
View file

@ -0,0 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LAB_DECORATIONS_H
#define __LAB_DECORATIONS_H
struct server;
void xdg_server_decoration_init(struct server *server);
#endif /* __LAB_DECORATIONS_H */