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

2011-07-18 Thread Kristian Høgsberg
On Mon, Jul 18, 2011 at 2:00 AM, Casey Dahlin wrote: > 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

[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