node.js bindings for wayland-client

2013-04-13 Thread Henri Tuhola
There are few things I haven't ironed out, but otherwise the wayland/client -bindings for node.js seem to be working now. Wayland bindings for dynamic languages are important for easy setup of experiments where you get the chance to try out new desktop UI concepts in a real environment. It hopeful

[PATCH weston] desktop-shell: better error logging

2013-04-13 Thread Philipp Brüschweiler
--- clients/desktop-shell.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c index 41e7daa..ce2366d 100644 --- a/clients/desktop-shell.c +++ b/clients/desktop-shell.c @@ -524,8 +524,10 @@ load_icon_or_fallback(const char *icon

Re: [PATCH] client: Add acquire-fd API to avoid requiring a polling main thread

2013-04-13 Thread Uli Schlachter
Hi, On 12.04.2013 22:27, Kristian Høgsberg wrote: > On Thu, Apr 11, 2013 at 09:53:58AM +0200, Uli Schlachter wrote: >> On 10.04.2013 23:55, Kristian Høgsberg wrote: >> [...] >>> +WL_EXPORT int >>> +wl_display_acquire_fd(struct wl_display *display) >>> +{ >>> + char c = 0; >>> + >>> + pthread_m