mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-08 13:29:45 -05:00
Fix cursor hotspot with rotated outputs on DRM backend
This commit is contained in:
parent
4230a577cc
commit
c3b09f73da
4 changed files with 44 additions and 55 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "rootston/input.h"
|
||||
|
||||
struct wlr_xcursor *get_default_xcursor(struct wlr_xcursor_theme *theme) {
|
||||
return wlr_xcursor_theme_get_cursor(theme, "left_ptr");
|
||||
return wlr_xcursor_theme_get_cursor(theme, "grabbing");
|
||||
}
|
||||
|
||||
struct wlr_xcursor *get_move_xcursor(struct wlr_xcursor_theme *theme) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue