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