mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Import Eric Anholts hash table implementation
Adapted from git://people.freedesktop.org/~anholt/hash_table.
This commit is contained in:
parent
a5db589efa
commit
f52e03ff47
8 changed files with 326 additions and 98 deletions
|
|
@ -50,7 +50,7 @@ void wl_connection_vmarshal(struct wl_connection *connection,
|
|||
|
||||
void wl_connection_demarshal(struct wl_connection *connection,
|
||||
uint32_t size,
|
||||
struct wl_hash *objects,
|
||||
struct wl_hash_table *objects,
|
||||
void (*func)(void),
|
||||
void *data, struct wl_object *target,
|
||||
const struct wl_message *message);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue