Skip to content

Commit

Permalink
Add support for new staging protocols
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed Oct 15, 2024
1 parent 4d26103 commit affc6b0
Show file tree
Hide file tree
Showing 3 changed files with 896 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const PROTOCOLS: [(&str, &[&str]); 10] = [
"staging",
&[
"protocols/wayland-protocols/staging/alpha-modifier/alpha-modifier-v1.xml",
"protocols/wayland-protocols/staging/commit-timing/commit-timing-v1.xml",
"protocols/wayland-protocols/staging/content-type/content-type-v1.xml",
"protocols/wayland-protocols/staging/cursor-shape/cursor-shape-v1.xml",
"protocols/wayland-protocols/staging/drm-lease/drm-lease-v1.xml",
Expand All @@ -33,13 +34,15 @@ const PROTOCOLS: [(&str, &[&str]); 10] = [
"protocols/wayland-protocols/staging/ext-image-copy-capture/ext-image-copy-capture-v1.xml",
"protocols/wayland-protocols/staging/ext-session-lock/ext-session-lock-v1.xml",
"protocols/wayland-protocols/staging/ext-transient-seat/ext-transient-seat-v1.xml",
"protocols/wayland-protocols/staging/fifo/fifo-v1.xml",
"protocols/wayland-protocols/staging/fractional-scale/fractional-scale-v1.xml",
"protocols/wayland-protocols/staging/linux-drm-syncobj/linux-drm-syncobj-v1.xml",
"protocols/wayland-protocols/staging/security-context/security-context-v1.xml",
"protocols/wayland-protocols/staging/single-pixel-buffer/single-pixel-buffer-v1.xml",
"protocols/wayland-protocols/staging/tearing-control/tearing-control-v1.xml",
"protocols/wayland-protocols/staging/xdg-activation/xdg-activation-v1.xml",
"protocols/wayland-protocols/staging/xdg-dialog/xdg-dialog-v1.xml",
"protocols/wayland-protocols/staging/xdg-system-bell/xdg-system-bell-v1.xml",
"protocols/wayland-protocols/staging/xdg-toplevel-drag/xdg-toplevel-drag-v1.xml",
"protocols/wayland-protocols/staging/xdg-toplevel-icon/xdg-toplevel-icon-v1.xml"
]
Expand Down
Loading

0 comments on commit affc6b0

Please sign in to comment.