mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
tree-wide: use forward declarations for wlr types
This commit is contained in:
parent
b00873a988
commit
d2ce31fcc9
40 changed files with 63 additions and 12 deletions
|
|
@ -1,9 +1,12 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_NODE_DESCRIPTOR_H
|
||||
#define LABWC_NODE_DESCRIPTOR_H
|
||||
#include <wlr/types/wlr_scene.h>
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
#include "common/node-type.h"
|
||||
|
||||
struct wlr_scene_node;
|
||||
|
||||
struct node_descriptor {
|
||||
enum lab_node_type type;
|
||||
struct view *view;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue