ext-foreign-toplevel-handle: make foreign_toplevel_send_details_to_resource non-static

Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
This commit is contained in:
Anna (navi) Figueiredo Gomes 2025-05-19 00:44:27 +02:00
parent a9511d0f89
commit 22e1d9e91f
2 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1,10 @@
#ifndef TYPES_WLR_FOREIGN_TOPLEVEL_H
#define TYPES_WLR_FOREIGN_TOPLEVEL_H
#include <wayland-server-core.h>
#include <wlr/types/wlr_ext_foreign_toplevel_list_v1.h>
void foreign_toplevel_send_details_to_resource(
struct wlr_ext_foreign_toplevel_handle_v1 *toplevel, struct wl_resource *resource);
#endif