mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
s/wl_list_insert(list.prev...)/wl_list_append(list...)/
This commit is contained in:
parent
042af48925
commit
89ad0b808f
11 changed files with 32 additions and 31 deletions
|
|
@ -1,8 +1,9 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
struct wlr_scene_tree;
|
||||
struct wlr_scene_rect;
|
||||
struct wl_listener;
|
||||
|
||||
struct multi_rect {
|
||||
struct wlr_scene_tree *tree;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue