deps: Use smithay fork again
This commit is contained in:
parent
3fcb7f0aaf
commit
91863adcf1
3 changed files with 15 additions and 10 deletions
|
|
@ -146,7 +146,11 @@ where
|
|||
(0, 0).into()
|
||||
}
|
||||
};
|
||||
SurfaceTree { surface, position }
|
||||
SurfaceTree {
|
||||
surface,
|
||||
position,
|
||||
z_index: 100,
|
||||
}
|
||||
}
|
||||
|
||||
pub fn draw_dnd_icon(
|
||||
|
|
@ -161,6 +165,7 @@ pub fn draw_dnd_icon(
|
|||
SurfaceTree {
|
||||
surface,
|
||||
position: location.into(),
|
||||
z_index: 100,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue