mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
[DEBUG] Add dbg-txn protocol
This commit is contained in:
parent
f8030ef5ae
commit
5b41595f4d
7 changed files with 207 additions and 1 deletions
17
protocol/dbg-txn.xml
Normal file
17
protocol/dbg-txn.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<protocol name="dbg_txn">
|
||||
<interface name="dbg_txn_manager" version="1">
|
||||
<request name="get_txn">
|
||||
<arg name="id" type="new_id" interface="dbg_txn"/>
|
||||
</request>
|
||||
</interface>
|
||||
|
||||
<interface name="dbg_txn" version="1">
|
||||
<request name="add_surface">
|
||||
<arg name="surface" type="object" interface="wl_surface"/>
|
||||
</request>
|
||||
|
||||
<request name="commit" type="destructor">
|
||||
</request>
|
||||
</interface>
|
||||
</protocol>
|
||||
Loading…
Add table
Add a link
Reference in a new issue