Skip to content

Commit

Permalink
Generate code for weston protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Sep 13, 2024
1 parent 1cb8747 commit 9bd3f87
Show file tree
Hide file tree
Showing 3 changed files with 7,807 additions and 0 deletions.
13 changes: 13 additions & 0 deletions gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,19 @@ const PROTOCOLS: &[&str] = &[
"protocols/plasma-wayland-protocols/src/protocols/plasma-shell.xml",
"protocols/plasma-wayland-protocols/src/protocols/plasma-window-management.xml",
"protocols/plasma-wayland-protocols/src/protocols/zkde-screencast-unstable-v1.xml",

// Weston protocols
"protocols/weston/protocol/color-management-v1.xml",
"protocols/weston/protocol/ivi-application.xml",
"protocols/weston/protocol/ivi-hmi-controller.xml",
"protocols/weston/protocol/text-cursor-position.xml",
"protocols/weston/protocol/weston-content-protection.xml",
"protocols/weston/protocol/weston-debug.xml",
"protocols/weston/protocol/weston-desktop-shell.xml",
"protocols/weston/protocol/weston-direct-display.xml",
"protocols/weston/protocol/weston-output-capture.xml",
"protocols/weston/protocol/weston-test.xml",
"protocols/weston/protocol/weston-touch-calibration.xml",
];

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

0 comments on commit 9bd3f87

Please sign in to comment.