summaryrefslogtreecommitdiff
path: root/src/extensions/hardware-integration.xml
blob: 19e6f0c5192e06a1f145651414f3f166eb28b08a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<protocol name="hardware_integration">

    <copyright>
 Copyright (C) 2015 The Qt Company Ltd.
 SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
    </copyright>

    <interface name="qt_hardware_integration" version="1">
      <description summary="compostors communicates supported buffer sharing extensions">
        Using this protocol the compositor can signal to clients which buffer sharing extensions
        the client should use
      </description>
      <event name="client_backend">
        <arg name="name" type="string"/>
      </event>
      <event name="server_backend">
        <arg name="name" type="string"/>
      </event>
    </interface>
</protocol>