aboutsummaryrefslogtreecommitdiff
path: root/protocol/river-control-unstable-v1.xml
AgeCommit message (Collapse)AuthorFilesLines
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