summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-11 04:21:14 -0800
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-11 04:21:14 -0800
commit40066f1defbbac00ba3a8b8fe5880f924b1ec23e (patch)
tree8944b96e8548cd44e7ecf9213034e84873c1fb63 /protocol
parenta09f69db0a49aa9e6111942f297d6ae7f02203e3 (diff)
downloadwayland-ivi-extension-40066f1defbbac00ba3a8b8fe5880f924b1ec23e.tar.gz
protocol: added destroy requests to ivi_controller_layer/surface
Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-controller.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index 5af4268..af43f57 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -181,6 +181,10 @@
<arg name="pid" type="uint"/>
</event>
+ <request name="destroy" type="destructor">
+ <description summary="destroy ivi_controller_surface"/>
+ </request>
+
<event name="destroyed">
<description summary="destroyed surface event"/>
</event>
@@ -316,6 +320,10 @@
<arg name="screen" type="object" interface="wl_output" allow-null="true"/>
</event>
+ <request name="destroy" type="destructor">
+ <description summary="destroy ivi_controller_layer"/>
+ </request>
+
<event name="destroyed">
<description summary="destroyed layer event"/>
</event>