Store the input device in the touch extension
[profile/ivi/qtwayland.git] / extensions / windowmanager.xml
index e28ea19..352f3b3 100644 (file)
@@ -2,7 +2,6 @@
 
     <copyright>
  Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
- All rights reserved.
  Contact: http://www.qt-project.org/
 
  This file is part of the plugins of the Qt Toolkit.
@@ -35,6 +34,7 @@
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+
  $QT_END_LICENSE$
     </copyright>
 
         <request name="authenticate_with_token">
             <arg name="processid" type="string" />
         </request>
-
+        <request name="open_url">
+            <description summary="client requests a url to be opened">
+                If remaining is not 0 this is a multipart request, and
+                the server must concatenate subsequent requst urls to and
+                including a request where remaining is set to 0, before
+                it can handle the url.
+            </description>
+            <arg name="remaining" type="uint" />
+            <arg name="url" type="string" />
+        </request>
+        <event name="hints">
+            <arg name="show_is_fullscreen" type="int"/>
+        </event>
     </interface>
 </protocol>