debug: Update for egui 0.18
This commit is contained in:
parent
270f06182e
commit
43062c1754
8 changed files with 54 additions and 73 deletions
|
|
@ -85,7 +85,7 @@ pub enum ShellMode {
|
|||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct OutputBoundState {
|
||||
active: Cell<usize>,
|
||||
pub active: Cell<usize>,
|
||||
group: Cell<WorkspaceGroupHandle>,
|
||||
}
|
||||
|
||||
|
|
@ -245,7 +245,7 @@ impl Shell {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn activate(&mut self, _dh: &DisplayHandle, seat: &Seat<State>, output: &Output, idx: usize) -> Option<MotionEvent> {
|
||||
pub fn activate(&mut self, seat: &Seat<State>, output: &Output, idx: usize) -> Option<MotionEvent> {
|
||||
if idx > MAX_WORKSPACES {
|
||||
return None;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue