Re: [PATCH wayland 0/7] Add support for custom dispatchers

2013-02-08 Thread Jason Ekstrand
A couple of questions: 1) How would you like to handle the ABI issues? If we create version 0 wl_interface objects in the scanner, everything seems to work fine. The clients complain a bit a bout sizes of objects changing in the version they were originally linked against, but the still work. How

Re: [PATCH wayland 0/7] Add support for custom dispatchers

2013-02-07 Thread Kristian Høgsberg
On Fri, Feb 01, 2013 at 10:09:41AM -0600, Jason Ekstrand wrote: > Ths patch group contains my additions for custom dispatcher support inside > libwayland. This would allow someone to handle event and resource function > calling at runtime rather than through a list of function pointers and libffi.

[PATCH wayland 0/7] Add support for custom dispatchers

2013-02-01 Thread Jason Ekstrand
Ths patch group contains my additions for custom dispatcher support inside libwayland. This would allow someone to handle event and resource function calling at runtime rather than through a list of function pointers and libffi. The primary use case for these modifications is to enable much more f