mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-05 06:46:59 -04:00
Track objects client side using a hash too.
This leads up to using the demarshal machinery for decoding events in the client library.
This commit is contained in:
parent
12ea62e211
commit
fabd4395ba
5 changed files with 79 additions and 52 deletions
|
|
@ -21,8 +21,9 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include "wayland.h"
|
||||
#include "wayland-util.h"
|
||||
|
||||
struct wl_hash {
|
||||
struct wl_object **objects;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue