mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Drop unused hash table
We now just use a table for looking up object IDs so we should drop the hash table.
This commit is contained in:
parent
bc79f1f820
commit
c1b9203e5a
4 changed files with 3 additions and 319 deletions
|
|
@ -39,6 +39,8 @@ struct wl_map {
|
|||
uint32_t free_list;
|
||||
};
|
||||
|
||||
typedef void (*wl_iterator_func_t)(void *element, void *data);
|
||||
|
||||
void wl_map_init(struct wl_map *map);
|
||||
void wl_map_release(struct wl_map *map);
|
||||
uint32_t wl_map_insert_new(struct wl_map *map, uint32_t side, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue