mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
Merge branch 'foreign-request' into 'master'
Draft: ext-image-capture-request-v1: new protocol See merge request wlroots/wlroots!5072
This commit is contained in:
commit
906a740186
7 changed files with 407 additions and 14 deletions
12
include/types/wlr_foreign_toplevel.h
Normal file
12
include/types/wlr_foreign_toplevel.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#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>
|
||||
|
||||
struct wl_resource *foreign_toplevel_create_resource_for_client(
|
||||
struct wlr_ext_foreign_toplevel_handle_v1 *toplevel, struct wl_client *client);
|
||||
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