1
0
Fork 0
forked from wry/wry

xml-to-wire: fix handling of new_id without interface

This commit is contained in:
Julian Orth 2026-02-28 14:40:45 +01:00
parent 66efc946b6
commit 01fc2f128d
2 changed files with 5 additions and 1 deletions

View file

@ -2,7 +2,7 @@ request bind {
name: u32,
interface: str,
version: u32,
id: id(object),
id: id(object) (new),
}
event global {