1
0
Fork 0
forked from wry/wry

wayland: use code generation for wl_usr event handlers

This commit is contained in:
Julian Orth 2024-07-24 15:56:18 +02:00
parent b359b2648d
commit 084fe50259
49 changed files with 554 additions and 524 deletions

View file

@ -27,14 +27,14 @@ event cancelled {
}
event dnd_drop_performed {
event dnd_drop_performed (since = 3) {
}
event dnd_finished {
event dnd_finished (since = 3) {
}
event action {
event action (since = 3) {
dnd_action: u32,
}