2022-02-21 03:18:38 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
|
|
|
|
|
|
#include <wlr/types/wlr_scene.h>
|
|
|
|
|
|
|
|
|
|
struct wlr_scene_rect *lab_wlr_scene_get_rect(struct wlr_scene_node *node);
|
2022-05-26 00:39:04 +02:00
|
|
|
struct wlr_surface *lab_wlr_surface_from_node(struct wlr_scene_node *node);
|