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
---
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
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