mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
6 lines
231 B
C
6 lines
231 B
C
/* 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);
|
|
struct wlr_surface *lab_wlr_surface_from_node(struct wlr_scene_node *node);
|