mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
wlr_scene: Remove unused typedef
This commit is contained in:
parent
919e67da7d
commit
59675347e6
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ struct wlr_layer_surface_v1;
|
|||
struct wlr_scene_node;
|
||||
struct wlr_scene_buffer;
|
||||
|
||||
typedef void (*wlr_scene_node_iterator_func_t)(struct wlr_scene_node *node,
|
||||
int sx, int sy, void *data);
|
||||
|
||||
typedef bool (*wlr_scene_buffer_point_accepts_input_func_t)(
|
||||
struct wlr_scene_buffer *buffer, int sx, int sy);
|
||||
|
||||
|
|
Loading…
Reference in a new issue