[DEBUG] Add dbg-txn protocol

This commit is contained in:
Kirill Primak 2024-01-08 20:04:15 +03:00
parent f8030ef5ae
commit 5b41595f4d
7 changed files with 207 additions and 1 deletions

17
protocol/dbg-txn.xml Normal file
View 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>