#![cfg_attr(rustfmt, rustfmt_skip)]
pub mod gamescope_pipewire {
wayland_protocol!(
"gamescope-pipewire",
[],
[]
);
}
pub mod gamescope_input_method {
wayland_protocol!(
"gamescope-input-method",
[
(wl_seat, wl_seat_interface),
(wl_surface, wl_surface_interface)
],
[]
);
}
pub mod gamescope_xwayland {
wayland_protocol!(
"gamescope-xwayland",
[
(wl_surface, wl_surface_interface)
],
[]
);
}