mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Also check for interface version wl_display_get_object_id().
This commit is contained in:
parent
97079ad52c
commit
8049cbb88a
3 changed files with 8 additions and 6 deletions
|
|
@ -88,7 +88,7 @@ void wl_surface_damage(struct wl_surface *surface,
|
|||
* objects. */
|
||||
|
||||
uint32_t wl_display_get_object_id(struct wl_display *display,
|
||||
const char *interface);
|
||||
const char *interface, uint32_t version);
|
||||
uint32_t wl_display_allocate_id(struct wl_display *display);
|
||||
void wl_display_write(struct wl_display *display,
|
||||
const void *data,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue