Skip to content

Commit

Permalink
Generate cosmic protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Sep 14, 2024
1 parent f24df4e commit 18a1ecd
Show file tree
Hide file tree
Showing 3 changed files with 5,130 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ const PROTOCOLS: &[&str] = &[
"protocols/weston/protocol/weston-output-capture.xml",
"protocols/weston/protocol/weston-test.xml",
"protocols/weston/protocol/weston-touch-calibration.xml",

// Cosmic protocols
"protocols/cosmic-protocols/unstable/cosmic-image-source-unstable-v1.xml",
"protocols/cosmic-protocols/unstable/cosmic-output-management-unstable-v1.xml",
"protocols/cosmic-protocols/unstable/cosmic-overlap-notify-unstable-v1.xml",
"protocols/cosmic-protocols/unstable/cosmic-screencopy-unstable-v2.xml",
"protocols/cosmic-protocols/unstable/cosmic-toplevel-info-unstable-v1.xml",
"protocols/cosmic-protocols/unstable/cosmic-toplevel-management-unstable-v1.xml",
"protocols/cosmic-protocols/unstable/cosmic-workspace-unstable-v1.xml",
];

#[derive(Parser, Debug)]
Expand Down
Loading

0 comments on commit 18a1ecd

Please sign in to comment.