mirror of
https://github.com/labwc/labwc.git
synced 2026-02-15 22:05:25 -05:00
Decorations: minor refactoring, no logical changes intended
This commit is contained in:
parent
35e71ada82
commit
5ee2ec7fff
4 changed files with 55 additions and 35 deletions
9
include/decorations.h
Normal file
9
include/decorations.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue