mirror of
https://github.com/labwc/labwc.git
synced 2026-04-08 08:21:09 -04:00
tree-wide: use forward declarations for wlr types
This commit is contained in:
parent
10953ae1a5
commit
2d96537630
40 changed files with 63 additions and 12 deletions
|
|
@ -1,8 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_LAYERS_H
|
||||
#define LABWC_LAYERS_H
|
||||
#include <wayland-server.h>
|
||||
#include <wlr/types/wlr_layer_shell_v1.h>
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/util/box.h>
|
||||
|
||||
struct server;
|
||||
struct output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue