summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-19 15:02:26 +0100
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-19 15:02:26 +0100
commit4b9383ccf43ef7b3b949c7f3ec5ee50adb6e7672 (patch)
treeee544738c0dc073e8c820350b53d6bf060fac389 /protocol
parent22f35709c1b1c197225ad0b2ed1b490ebe147f09 (diff)
downloadwayland-ivi-extension-4b9383ccf43ef7b3b949c7f3ec5ee50adb6e7672.tar.gz
protocol: added argument 'destroy_scene_object' to ivi_controller_layer/surface
if destroy_to_scene is != 0, then the surface/layer in global compositor scene will be destroyed. All clients holding a reference to that scene object, will recive destroyed events. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-controller.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index 41389dd..2304e8a 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -171,6 +171,7 @@
<request name="destroy" type="destructor">
<description summary="destroy ivi_controller_surface"/>
+ <arg name="destroy_scene_object" type="int"/>
</request>
<event name="destroyed">
@@ -311,6 +312,7 @@
<request name="destroy" type="destructor">
<description summary="destroy ivi_controller_layer"/>
+ <arg name="destroy_scene_object" type="int"/>
</request>
<event name="destroyed">