Re: [PATCH wayland] Clean up and refactor wl_closure and associated functions

2013-02-26 Thread Jason Ekstrand
On Tue, Feb 26, 2013 at 12:37 PM, Kristian Høgsberg wrote: > On Sat, Feb 23, 2013 at 12:57:09PM -0600, Jason Ekstrand wrote: >> The primary purpose of this patch is to clean up wl_closure and separate >> closure storage, libffi, and the wire format. To that end, a number of >> changes >> have be

Re: [PATCH wayland] Clean up and refactor wl_closure and associated functions

2013-02-26 Thread Kristian Høgsberg
On Sat, Feb 23, 2013 at 12:57:09PM -0600, Jason Ekstrand wrote: > The primary purpose of this patch is to clean up wl_closure and separate > closure storage, libffi, and the wire format. To that end, a number of > changes > have been made: > > - The maximum number of closure arguments has been

[PATCH wayland] Clean up and refactor wl_closure and associated functions

2013-02-23 Thread Jason Ekstrand
The primary purpose of this patch is to clean up wl_closure and separate closure storage, libffi, and the wire format. To that end, a number of changes have been made: - The maximum number of closure arguments has been changed from a magic number to a #define WL_CLOSURE_MAX_ARGS - A wl_argu