mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04: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
|
|
@ -65,6 +65,9 @@ struct wl_visual *
|
|||
wl_display_get_rgb_visual(struct wl_display *display);
|
||||
|
||||
struct wl_compositor_listener {
|
||||
void (*device)(void *data,
|
||||
struct wl_compositor *compositor,
|
||||
const char *device);
|
||||
void (*acknowledge)(void *data,
|
||||
struct wl_compositor *compositor,
|
||||
uint32_t key, uint32_t frame);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue