s/wl_list_insert(list.prev...)/wl_list_append(list...)/

This commit is contained in:
Consolatis 2022-10-05 08:43:56 +02:00 committed by Johan Malm
parent 042af48925
commit 89ad0b808f
11 changed files with 32 additions and 31 deletions

View file

@ -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;