autocommit 2022-03-09 14:01:21 CET
This commit is contained in:
parent
aa0cb94143
commit
4df6b559b7
32 changed files with 1121 additions and 172 deletions
|
|
@ -125,9 +125,9 @@ pub enum WlKeyboardError {
|
|||
#[error("Could not process a `release` request")]
|
||||
ReleaseError(#[from] ReleaseError),
|
||||
#[error("Could not create a keymap memfd")]
|
||||
KeymapMemfd(#[source] std::io::Error),
|
||||
KeymapMemfd(#[source] crate::utils::oserror::OsError),
|
||||
#[error("Could not copy the keymap")]
|
||||
KeymapCopy(#[source] std::io::Error),
|
||||
KeymapCopy(#[source] crate::utils::oserror::OsError),
|
||||
}
|
||||
efrom!(WlKeyboardError, ClientError, ClientError);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue