summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-171-3/+3
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I5a74d32515c3f1fe7aa1916f4241c92832510f8c Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
* Fix compiler warning about unused d variableLouai Al-Khanji2014-10-281-2/+0
| | | | | Change-Id: Ia3ee8b13f1eacc435152149a1ee65fb62658506e Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>
* Remove wayland-server.h include from QWaylandClient headerGiulio Camuffo2014-08-181-0/+1
| | | | | Change-Id: Ib89d9a601521628c3bb19ebb15b67e25c963635a Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
* Expose surface's client to QMLPier Luigi Fiorini2014-08-171-0/+175
Introduce QWaylandClient class that wraps wl_client credentials and has a method to destroy the client. Add QWaylandClient object as a QWaylandSurface property. This come in handy for example when the compositor wants to kill the process of an unresponsive surface or wants to know client credentails. WaylandClient typedef is now useless thus is replaced by QWaylandClient. Change-Id: I997ec459af0f19baef67e7420c90937b197b2e1d Reviewed-by: Giulio Camuffo <giulio.camuffo@jollamobile.com>