mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
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:
parent
a9511d0f89
commit
22e1d9e91f
2 changed files with 14 additions and 4 deletions
10
include/types/wlr_foreign_toplevel.h
Normal file
10
include/types/wlr_foreign_toplevel.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue