mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
9 lines
207 B
C
9 lines
207 B
C
/* 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 */
|