Re: [RFC wayland 0/4] Custom dispatchers via wl_object instead of

2013-02-28 Thread Kristian Høgsberg
On Wed, Feb 27, 2013 at 09:29:54PM -0600, Jason Ekstrand wrote: > This sequence demonstrates how we could implement custom dispatchers via > wl_object instead of wl_interface. This has the added benefit of not breaking > ABI client-side and only breaking it server-side. See also: > > http://list

[RFC wayland 0/4] Custom dispatchers via wl_object instead of

2013-02-27 Thread Jason Ekstrand
This sequence demonstrates how we could implement custom dispatchers via wl_object instead of wl_interface. This has the added benefit of not breaking ABI client-side and only breaking it server-side. See also: http://lists.freedesktop.org/archives/wayland-devel/2013-February/007559.html Follow