mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
xwayland/shell: add wlr_xwayland_shell_v1_surface_from_serial()
This commit is contained in:
parent
d19191ff6b
commit
85b37127a6
2 changed files with 19 additions and 0 deletions
|
|
@ -70,4 +70,12 @@ void wlr_xwayland_shell_v1_destroy(struct wlr_xwayland_shell_v1 *shell);
|
|||
void wlr_xwayland_shell_v1_set_client(struct wlr_xwayland_shell_v1 *shell,
|
||||
struct wl_client *client);
|
||||
|
||||
/**
|
||||
* Get a Wayland surface from an xwayland_shell_v1 serial.
|
||||
*
|
||||
* Returns NULL if the serial hasn't been associated with any surface.
|
||||
*/
|
||||
struct wlr_surface *wlr_xwayland_shell_v1_surface_from_serial(
|
||||
struct wlr_xwayland_shell_v1 *shell, uint64_t serial);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue