summaryrefslogtreecommitdiffstats
path: root/wayland-protocol.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-protocol.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-protocol.h')
-rw-r--r--wayland-protocol.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/wayland-protocol.h b/wayland-protocol.h
index 4e50d89..a0f1990 100644
--- a/wayland-protocol.h
+++ b/wayland-protocol.h
@@ -25,26 +25,6 @@
#include <stdint.h>
-struct wl_argument {
- uint32_t type;
- void *data;
-};
-
-struct wl_message {
- const char *name;
- const char *signature;
- const void **types;
-};
-
-struct wl_interface {
- const char *name;
- int version;
- int method_count;
- const struct wl_message *methods;
- int event_count;
- const struct wl_message *events;
-};
-
#define WL_DISPLAY_INVALID_OBJECT 0
#define WL_DISPLAY_INVALID_METHOD 1
#define WL_DISPLAY_NO_MEMORY 2