[PATCH 0/3] Add support for language bindings
Jason Ekstrand
jason at jlekstrand.net
Wed Jul 17 19:58:45 PDT 2013
The following three patches add support for language bindings to
libwayland. This is much easier now that wl_resource is an opaque
structure.
Everything has been tested and works with my Java compositor and example
simple-shm client.
Jason Ekstrand (3):
Add support for server-side language bindings
Add support for client-side language bindings
Add a wl_global_get_user_data function
src/connection.c | 9 ++++-
src/wayland-client.c | 92 +++++++++++++++++++++++++++++++++++++++++++++------
src/wayland-client.h | 5 +++
src/wayland-private.h | 14 ++------
src/wayland-server.c | 78 +++++++++++++++++++++++++++++++++++--------
src/wayland-server.h | 11 ++++++
src/wayland-util.h | 40 ++++++++++++++++++++++
7 files changed, 214 insertions(+), 35 deletions(-)
--
1.8.3.1
More information about the wayland-devel
mailing list