My KWIN fork where I work on features like per-output virtual desktops
Find a file
Martin Gräßlin 8f11a2b0e5 Adding a new ClientConnection class for wrapping wl_client
The ClientConnection is managed by Display. Whenever one tries to
get a ClientConnection for a wl_client* and it doesn't exist yet a
new one will be created and a clientConnected signal will be emitted.
Also there is a clientDisconnected signal.

ClientConnection provides access to pid, uid and gid. The idea is
to extend it to provide access to all the resources created for the
client.
2014-11-17 16:01:18 +01:00
src/wayland Adding a new ClientConnection class for wrapping wl_client 2014-11-17 16:01:18 +01:00