autocommit 2022-04-14 16:06:11 CEST
This commit is contained in:
parent
de199a740b
commit
35ddfbcbe3
14 changed files with 203 additions and 35 deletions
|
|
@ -113,11 +113,7 @@ pub struct XBackend {
|
|||
_grab: SpawnedFuture<()>,
|
||||
}
|
||||
|
||||
impl Backend for XBackend {
|
||||
fn switch_to(&self, _vtnr: u32) {
|
||||
log::error!("X backend cannot switch vts");
|
||||
}
|
||||
}
|
||||
impl Backend for XBackend {}
|
||||
|
||||
struct XBackendData {
|
||||
state: Rc<State>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue