[PATCH] Update mesa build instructions

2011-07-17 Thread Casey Dahlin
--- building.html | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/building.html b/building.html index f52f80e..1cced7b 100644 --- a/building.html +++ b/building.html @@ -85,11 +85,25 @@ Other dependencies are development packages of xcb-dri2 and xcb-xf

[PATCH 2/2] Pass object ID not pointer when sending a global announce event

2011-07-17 Thread Casey Dahlin
When the type for the first argument of the global event changed from new_id to uint, wl_connection_vmarshal started expecting an integer argument rather than an object argument. As a result we were sending the client a chunk of pointer rather than a useful global identifier. --- wayland/wayland-s

[PATCH 1/2] Fix segfault in client when demarshalling fails

2011-07-17 Thread Casey Dahlin
--- wayland/wayland-client.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/wayland/wayland-client.c b/wayland/wayland-client.c index ce27a90..d1ed25a 100644 --- a/wayland/wayland-client.c +++ b/wayland/wayland-client.c @@ -521,6 +521,11 @@ handle_event(struct wl_disp