summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-client.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/protocol/ivi-client.xml b/protocol/ivi-client.xml
index 9ec4be1..bf805e8 100755
--- a/protocol/ivi-client.xml
+++ b/protocol/ivi-client.xml
@@ -30,11 +30,6 @@
<request name="destroy" type="destructor">
<description summary="destroy ivi_surface"/>
</request>
-
- <request name="set_native">
- <description summary="Set the native content of an application to be used as surface content"/>
- <arg name="surface" type="object" interface="wl_surface" allow-null="true"/>
- </request>
</interface>
<interface name="ivi_client" version="1">
@@ -43,12 +38,11 @@
<request name="surface_create">
<description summary="ilm_surfaceCreate"/>
<arg name="id_surface" type="uint"/>
- <arg name="surface" type="object" interface="wl_surface" allow-null="true"/>
+ <arg name="surface" type="object" interface="wl_surface"/>
<arg name="width" type="int"/>
<arg name="height" type="int"/>
<arg name="id" type="new_id" interface="ivi_surface"/>
</request>
-
</interface>
</protocol> \ No newline at end of file