mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-03 07:15:37 -04:00
Require wlroots 0.16.2+
This commit is contained in:
parent
4eb4536b28
commit
f50ab866f9
2 changed files with 1 additions and 5 deletions
|
|
@ -83,11 +83,7 @@ static void process_cursor_motion(struct wb_server *server, uint32_t time) {
|
|||
* default. This is what makes the cursor image appear when you move it
|
||||
* around the screen, not over any views. */
|
||||
wlr_xcursor_manager_set_cursor_image(
|
||||
#if WLR_CHECK_VERSION(0, 16, 2)
|
||||
server->cursor->xcursor_manager, "default", server->cursor->cursor);
|
||||
#else
|
||||
server->cursor->xcursor_manager, "left_ptr", server->cursor->cursor);
|
||||
#endif
|
||||
}
|
||||
if (surface) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue