summaryrefslogtreecommitdiffstats
path: root/src/compositor/global
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-03-29 13:56:38 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2012-03-29 17:45:46 +0200
commit6dbc6e183ba8c8e168d7979f2f67617ed643e57b (patch)
treed2c23d6924dcb86d7761016ba4c108d49dd1a6b3 /src/compositor/global
parentdc152be5f5d5c888cddb6b4e897f621f05612297 (diff)
Introduced WaylandClient API to keep track of clients.
Makes it easier to keep track of which surfaces belong to a given client, and the client associated with a given surface. WaylandClient is an opaque type, representing an underlying wl_client *. Change-Id: If21a2e02eb13a860e6ac641875bdcca67a53fdf5 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
Diffstat (limited to 'src/compositor/global')
-rw-r--r--src/compositor/global/waylandexport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compositor/global/waylandexport.h b/src/compositor/global/waylandexport.h
index e5c5af02a..4ddcaefbe 100644
--- a/src/compositor/global/waylandexport.h
+++ b/src/compositor/global/waylandexport.h
@@ -51,4 +51,6 @@
# endif
#endif
+typedef void WaylandClient;
+
#endif //WAYLANDEXPORT_H