linux: Remove dead code from wayland & fix some trivial warnings.
This commit is contained in:
parent
4e75c1e668
commit
9aaa788434
7 changed files with 25 additions and 89 deletions
|
|
@ -793,7 +793,7 @@ impl Window {
|
|||
// differs on the desktop environments or themes.
|
||||
//
|
||||
// Try the better looking (or more suiting) names first.
|
||||
let mut xcursor = match cursor {
|
||||
let xcursor = match cursor {
|
||||
MouseCursor::Alias => load("link"),
|
||||
MouseCursor::Arrow => load("arrow"),
|
||||
MouseCursor::Cell => load("plus"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue