Fix cursor hotspot with rotated outputs on DRM backend

This commit is contained in:
emersion 2017-10-29 18:45:53 +01:00
parent 4230a577cc
commit c3b09f73da
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 44 additions and 55 deletions

View file

@ -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) {