summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-11 02:07:46 -0800
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-11 02:07:46 -0800
commita09f69db0a49aa9e6111942f297d6ae7f02203e3 (patch)
tree278cdd0a5f74fcdb13da3531c532376c6001be0e /protocol
parent575d20806332797f9247b19266f94c457206008f (diff)
downloadwayland-ivi-extension-a09f69db0a49aa9e6111942f297d6ae7f02203e3.tar.gz
protocol: removed ivi_controller.nativesurface event
currently the desired behaviour is not finally decided for this event. The agreement for now is to skip this event and introduce it in a later iteration of the protocol, if required. Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-controller.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index a23a2e7..5af4268 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -389,15 +389,6 @@
<arg name="controller_surface" type="new_id" interface="ivi_controller_surface"/>
</event>
- <event name="nativesurface">
- <description summary="Receive wl_surface and properties to control pure wl_shell_surface"/>
- <arg name="surface" type="new_id" interface="wl_surface"/>
- <arg name="pid" type="uint"/>
- <arg name="title" type="string"/>
- <arg name="width" type="int"/>
- <arg name="height" type="int"/>
- </event>
-
</interface>
</protocol>