Merge pull request #154 from vberger/wayland_new_api
Port wayland to the new API
This commit is contained in:
commit
2e82cac69a
9 changed files with 696 additions and 723 deletions
|
|
@ -836,7 +836,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