1
0
Fork 0
forked from wry/wry

autocommit 2022-02-21 14:50:55 CET

This commit is contained in:
Julian Orth 2022-02-21 14:50:55 +01:00
parent 7fecc0d1a4
commit ac8fe725ea
4 changed files with 227 additions and 10 deletions

View file

@ -306,6 +306,10 @@ impl WlSeatGlobal {
KnownCursor::Default => &cursors.default,
KnownCursor::ResizeLeftRight => &cursors.resize_left_right,
KnownCursor::ResizeTopBottom => &cursors.resize_top_bottom,
KnownCursor::ResizeTopLeft => &cursors.resize_top_left,
KnownCursor::ResizeTopRight => &cursors.resize_top_right,
KnownCursor::ResizeBottomLeft => &cursors.resize_bottom_left,
KnownCursor::ResizeBottomRight => &cursors.resize_bottom_right,
};
self.set_cursor(Some(tpl.instantiate()));
}