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:
Kristian Høgsberg 2008-12-22 18:06:49 -05:00
parent 12ea62e211
commit fabd4395ba
5 changed files with 79 additions and 52 deletions

View file

@ -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;