mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
First step towards drag and drop protocol
This commit is contained in:
parent
084d41aac1
commit
eef08fbb1a
11 changed files with 444 additions and 46 deletions
|
|
@ -161,6 +161,12 @@ wl_client_connection_update(struct wl_connection *connection,
|
|||
return wl_event_source_fd_update(client->source, mask);
|
||||
}
|
||||
|
||||
WL_EXPORT struct wl_display *
|
||||
wl_client_get_display(struct wl_client *client)
|
||||
{
|
||||
return client->display;
|
||||
}
|
||||
|
||||
static void
|
||||
wl_display_post_range(struct wl_display *display, struct wl_client *client)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue