aboutsummaryrefslogtreecommitdiff
path: root/protocol/river-control-unstable-v1.xml
AgeCommit message (Collapse)AuthorFilesLines
2022-12-31river-control: mark callback events as destructorsMaxVerevkin1-2/+2
2020-11-11meta: make copyright headers more maintainableIsaac Freund1-1/+1
- list all files as copyright "The River Developers" - add an AUTHORS file to acknowledge contributors
2020-06-16river-control: send output on success, fix issuesIsaac Freund1-10/+35
Add an output arg to the success event on the callback. This allows for implementing commands that return values, which are planned. Replace the array of null terminated strings with a series of requests each adding a single string to the args array. This is more idiomatic wayland. Add a seat argument to the run_command request to allow for proper multi-seat support in the future. Add missing destructor request.
2020-05-24Split control into separate protocolIsaac Freund1-0/+60