#![cfg_attr(rustfmt, rustfmt_skip)]
pub mod presentation_time {
wayland_protocol!(
"presentation-time",
[
(wl_surface, wl_surface_interface),
(wl_output, wl_output_interface)
]
);
}
pub mod xdg_shell {
wayland_protocol!(
"xdg-shell",
[
(wl_seat, wl_seat_interface),
(wl_surface, wl_surface_interface),
(wl_output, wl_output_interface)
]
);
}
pub mod viewporter {
wayland_protocol!(
"viewporter",
[
(wl_surface, wl_surface_interface)
]
);
}