metal: latch hardware cursors in the backend
This commit is contained in:
parent
12c9b36ded
commit
93bfb9c0b4
7 changed files with 204 additions and 186 deletions
|
|
@ -166,6 +166,7 @@ impl ServerCursors {
|
|||
let load =
|
||||
|names: &[&str]| ServerCursorTemplate::load(names, theme, &scales, &sizes, &paths, ctx);
|
||||
Ok(Some(Self {
|
||||
// default: load(&["wait", "watch"])?,
|
||||
default: load(&["default", "left_ptr"])?,
|
||||
context_menu: load(&["context-menu"])?,
|
||||
help: load(&["help"])?,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue