autocommit 2022-02-06 03:46:03 CET
This commit is contained in:
parent
59ce74681a
commit
c92346324b
60 changed files with 1292 additions and 1958 deletions
40
wire/wl_data_source.txt
Normal file
40
wire/wl_data_source.txt
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
# requests
|
||||
|
||||
msg offer = 0 {
|
||||
mime_type: str,
|
||||
}
|
||||
|
||||
msg destroy = 1 {
|
||||
|
||||
}
|
||||
|
||||
msg set_actions = 2 {
|
||||
dnd_actions: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg target = 0 {
|
||||
mime_type: str,
|
||||
}
|
||||
|
||||
msg send = 1 {
|
||||
mime_type: str,
|
||||
fd: fd,
|
||||
}
|
||||
|
||||
msg cancelled = 2 {
|
||||
|
||||
}
|
||||
|
||||
msg dnd_drop_performed = 3 {
|
||||
|
||||
}
|
||||
|
||||
msg dnd_finished = 4 {
|
||||
|
||||
}
|
||||
|
||||
msg action = 5 {
|
||||
dnd_action: u32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue