commit 2fc248dc2c877d02694db40aad52180d71373d5a causes a regression. We have an event like: <event name="activate"> <arg name="id" type="new_id" interface="input_method_context"/> </event> The wl_object* created in create_proxies() is packed into ffi_args as a uint32_t (instead of a pointer) in convert_arguments_to_ffi().
Could you try to see if you can reproduce it with this patch applied? http://lists.freedesktop.org/archives/wayland-devel/2013-March/007830.html
(In reply to comment #1) > Could you try to see if you can reproduce it with this patch applied? > http://lists.freedesktop.org/archives/wayland-devel/2013-March/007830.html Yes that is the required patch. Thanks.
better set it to blocker.
This should be fixed in master and 1.0.6 now.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.