Merge pull request #154 from vberger/wayland_new_api

Port wayland to the new API
This commit is contained in:
tomaka 2017-03-11 09:04:09 +01:00 committed by GitHub
commit 2e82cac69a
9 changed files with 696 additions and 723 deletions

View file

@ -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"),