autocommit 2022-02-21 14:50:55 CET
This commit is contained in:
parent
7fecc0d1a4
commit
ac8fe725ea
4 changed files with 227 additions and 10 deletions
|
|
@ -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()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue