Update certificates to include localhost and 127.0.0.1
[AGL/meta-agl-demo.git] / recipes-qt / qt / qtwayland / 0001-protocol-update-3rd-party-ivi-application-protocol.patch
1 From 8caaf802a8b42e9bb1d74fc335a571882c75d73e Mon Sep 17 00:00:00 2001
2 From: Holger Behrens <holger.behrens@windriver.com>
3 Date: Tue, 3 Feb 2015 09:52:52 +0100
4 Subject: [meta-ivi-demo][PATCH 1/2] protocol: update 3rd party ivi-application
5  protocol
6
7 Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
8 ---
9  src/3rdparty/protocol/ivi-application.xml | 31 +++----------------------------
10  1 file changed, 3 insertions(+), 28 deletions(-)
11
12 diff --git a/src/3rdparty/protocol/ivi-application.xml b/src/3rdparty/protocol/ivi-application.xml
13 index 833fd38..b06ae6c 100644
14 --- a/src/3rdparty/protocol/ivi-application.xml
15 +++ b/src/3rdparty/protocol/ivi-application.xml
16 @@ -42,34 +42,9 @@
17              <arg name="visibility" type="int"/>
18          </event>
19  
20 -        <enum name="warning_code">
21 -            <description summary="possible warning codes returned by ivi compositor">
22 -                These define all possible warning codes returned by ivi compositor on server-side warnings.
23 -                invalid_wl_surface:
24 -                    - wl_surface already has a another role.
25 -                   - wl_surface is destroyed before the ivi_surface is destroyed.
26 -                ivi_id_in_use: ivi_id is already assigned by another application.
27 -            </description>
28 -            <entry name="invalid_wl_surface" value="1" summary="wl_surface is invalid"/>
29 -            <entry name="ivi_id_in_use" value="2" summary="ivi_id is in use and can not be shared"/>
30 -        </enum>
31 -
32 -        <event name="warning">
33 -            <description summary="server-side warning detected">
34 -                The ivi compositor encountered warning while processing a request by this
35 -                application. The warning is defined by argument warning_code and optional
36 -                warning_text. If the warning is detected, client shall destroy the ivi_surface
37 -                object.
38 -
39 -               When a warning event is sent, the compositor turns the ivi_surface object inert.
40 -               The ivi_surface will not deliver further events, all requests on it are ignored
41 -               except 'destroy', and the association to the ivi_id is removed. The client
42 -               should destroy the ivi_surface object. If an inert ivi_surface object is used as
43 -               an argument to any other object's request, that request will [produce a fatal
44 -               error / produce a warning / be ignored].
45 -            </description>
46 -            <arg name="warning_code" type="int"/>
47 -            <arg name="warning_text" type="string" allow-null="true"/>
48 +        <event name="configure">
49 +            <arg name="width" type="int"/>
50 +            <arg name="height" type="int"/>
51          </event>
52  
53      </interface>
54 -- 
55 2.2.1
56