autocommit 2022-03-30 03:00:46 CEST
This commit is contained in:
parent
9842264fad
commit
28c9b46400
40 changed files with 1212 additions and 175 deletions
9
wire/jay_compositor.txt
Normal file
9
wire/jay_compositor.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg get_log_file = 1 {
|
||||
id: id(jay_log_file),
|
||||
}
|
||||
10
wire/jay_log_file.txt
Normal file
10
wire/jay_log_file.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg path = 0 {
|
||||
path: bstr,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue