autocommit 2022-01-07 15:08:31 CET
This commit is contained in:
parent
4a939477a2
commit
f8e7557d1d
18 changed files with 1258 additions and 35 deletions
|
|
@ -52,6 +52,9 @@ pub enum Interface {
|
|||
WlRegistry,
|
||||
WlShm,
|
||||
WlShmPool,
|
||||
WlTouch,
|
||||
WlPointer,
|
||||
WlKeyboard,
|
||||
WlSubcompositor,
|
||||
XdgWmBase,
|
||||
XdgPositioner,
|
||||
|
|
@ -86,6 +89,9 @@ impl Interface {
|
|||
Interface::WlBuffer => "wl_buffer",
|
||||
Interface::WlOutput => "wl_output",
|
||||
Interface::WlSeat => "wl_seat",
|
||||
Interface::WlTouch => "wl_touch",
|
||||
Interface::WlPointer => "wl_pointer",
|
||||
Interface::WlKeyboard => "wl_keyboard",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue