summaryrefslogtreecommitdiff
path: root/src/extensions/brcm.xml
blob: 39e059604c1eb110f46de1da50d8a3652a013137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<protocol name="brcm">
  <!-- eglCreateGlobalImageBRCM support. This object is created by
       the server and published using the display's global event. -->
    <copyright>
 Copyright (C) 2015 The Qt Company Ltd.
 SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
    </copyright>
  <interface name="qt_brcm" version="1">

    <!-- Create a wayland buffer wrapping a global image. -->
    <request name="create_buffer">
      <arg name="id" type="new_id" interface="wl_buffer"/>
      <arg name="width" type="int"/>
      <arg name="height" type="int"/>
      <arg name="data" type="array"/>
    </request>
  </interface>

</protocol>