summaryrefslogtreecommitdiffstats
path: root/wayland.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-22 18:06:49 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-22 18:06:49 -0500
commitfabd4395ba309850403f94a459c3a7298351dd0a (patch)
treeca44b0d51d0560620fe2a1fa2453879cdba192c9 /wayland.h
parent12ea62e2112c754d62113e0656b223fbdbe351dd (diff)
downloadwayland-fabd4395ba309850403f94a459c3a7298351dd0a.tar.gz
wayland-fabd4395ba309850403f94a459c3a7298351dd0a.tar.xz
wayland-fabd4395ba309850403f94a459c3a7298351dd0a.zip
Track objects client side using a hash too.
This leads up to using the demarshal machinery for decoding events in the client library.
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/wayland.h b/wayland.h
index 09567e0..619dc26 100644
--- a/wayland.h
+++ b/wayland.h
@@ -66,12 +66,6 @@ struct wl_event_source *wl_event_loop_add_idle(struct wl_event_loop *loop,
struct wl_client;
-struct wl_object {
- const struct wl_interface *interface;
- void (**implementation)(void);
- uint32_t id;
-};
-
struct wl_display;
struct wl_input_device;