autocommit 2022-01-06 19:08:32 CET
This commit is contained in:
parent
cbbc41a463
commit
4a939477a2
51 changed files with 3438 additions and 207 deletions
|
|
@ -48,6 +48,7 @@ pub enum Interface {
|
|||
WlDisplay,
|
||||
WlCallback,
|
||||
WlCompositor,
|
||||
WlOutput,
|
||||
WlRegistry,
|
||||
WlShm,
|
||||
WlShmPool,
|
||||
|
|
@ -61,6 +62,7 @@ pub enum Interface {
|
|||
XdgToplevel,
|
||||
WlRegion,
|
||||
WlBuffer,
|
||||
WlSeat,
|
||||
}
|
||||
|
||||
impl Interface {
|
||||
|
|
@ -82,6 +84,8 @@ impl Interface {
|
|||
Interface::XdgPopup => "xdg_popup",
|
||||
Interface::XdgToplevel => "xdg_toplevel",
|
||||
Interface::WlBuffer => "wl_buffer",
|
||||
Interface::WlOutput => "wl_output",
|
||||
Interface::WlSeat => "wl_seat",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue