Permission denied to access patchwork?

2016-02-14 Thread nicesj
Dear all, I'm sorry to taint this mailing list. I cannot access the patchwork now, server tells me that I have no permissions.. how can I access it? is therr any changes that I should know? Best regards, Sungjae Park Sent from my android device.___ wa

[PATCH wayland] server: add listener API for new clients

2016-02-11 Thread nicesj
Using display object, Emit a signal if a new client is created. In the server-side, we can get the destroy event of a client, But there is no way to get the created event of it. Of course, we can get the client object from the global registry binding callbacks. But it can be called several times w

Regarding shm_pool and buffer.

2016-02-04 Thread nicesj
Dear all, I can learn many things from this mailing list, thank you very much. I have one more doubt about relations between memory pool and buffer. I read a doc of wayland and it explains a wl_buffer can be created from shm-pool. but in the example code, after creates the buffer from pool, at

[server-core] Add signal for creation of clients.

2016-02-04 Thread nicesj
Using display object, if a new client is created, emit a signal. In the server-side, we can get the destroy event of a client, But there is no way to get the client create event. Of course, we can get the client object from the global registry binding callbacks. But it

(wayland sever/client) multiple binding to a global resources.

2016-02-03 Thread nicesj
Dear all, I'm still learning of the philosphy of the wayland world. while seeing and writing some codes, I got a question regarding mutiple binding to a global objects. The client should register a event callback for global registry. also the server will announce its global resources. in this

Regarding user data for wl_client.

2016-01-26 Thread nicesj
Dear all, Currently, I'm writing a simple compositor for proving my thought. while implementing it, I found that the wl_client doesn't have the user data field. in the sever side, the wl_client is used in many callbacks for handling the request of clients. are there any functions like wl_clie