mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-08 13:29:47 -05:00
Send device name at connect time
This commit is contained in:
parent
945ea0e743
commit
478d9265f9
16 changed files with 139 additions and 161 deletions
|
|
@ -86,6 +86,7 @@ int wl_display_add_global(struct wl_display *display, struct wl_object *object,
|
|||
|
||||
struct wl_compositor {
|
||||
struct wl_object base;
|
||||
const char *device;
|
||||
};
|
||||
|
||||
struct wl_surface {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue