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
|
|
@ -1,5 +1,6 @@
|
|||
use std::rc::Rc;
|
||||
use crate::fixed::Fixed;
|
||||
use std::rc::Rc;
|
||||
use crate::xkbcommon::XkbKeymapStr;
|
||||
|
||||
linear_ids!(OutputIds, OutputId);
|
||||
linear_ids!(SeatIds, SeatId);
|
||||
|
|
@ -27,4 +28,7 @@ pub enum BackendEvent {
|
|||
#[derive(Debug)]
|
||||
pub enum SeatEvent {
|
||||
Motion(OutputId, Fixed, Fixed),
|
||||
Key(u32),
|
||||
Keymap(XkbKeymapStr),
|
||||
Modifiers(u32, u32, u32, u32)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue