summaryrefslogtreecommitdiffstats
path: root/wayland-protocol.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-24 19:30:25 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-24 19:31:58 -0500
commitb3131d9268ce68062c7410a9b672539026000f75 (patch)
tree0c30552c5e3c993bac31b21c31a5a08465377713 /wayland-protocol.c
parentfabd4395ba309850403f94a459c3a7298351dd0a (diff)
downloadwayland-b3131d9268ce68062c7410a9b672539026000f75.tar.gz
wayland-b3131d9268ce68062c7410a9b672539026000f75.tar.xz
wayland-b3131d9268ce68062c7410a9b672539026000f75.zip
Add client side demarshalling for events.
This also consolidates the marshalling code in connection.c and uses the same functions in the server and client for marshalling.
Diffstat (limited to 'wayland-protocol.c')
-rw-r--r--wayland-protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland-protocol.c b/wayland-protocol.c
index 2c7ba99..308cc70 100644
--- a/wayland-protocol.c
+++ b/wayland-protocol.c
@@ -29,7 +29,7 @@ static const struct wl_message display_events[] = {
{ "invalid_object", "u" },
{ "invalid_method", "uu" },
{ "no_memory", "" },
- { "global", "osu" },
+ { "global", "nsu" },
{ "range", "u" },
};