aboutsummaryrefslogtreecommitdiff
path: root/rootston/seat.c
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-07 11:19:43 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-08 06:03:57 -0500
commitd74ac69f7b932a8833527a41351e3310ad391d7c (patch)
tree76ae32f195053b38d5bad555376701a9ecb7070c /rootston/seat.c
parentf469784bbc73bf6346430a2caa7dc366ad2d0308 (diff)
bring edges into wlr
Diffstat (limited to 'rootston/seat.c')
-rw-r--r--rootston/seat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rootston/seat.c b/rootston/seat.c
index 737bbd67..f6473581 100644
--- a/rootston/seat.c
+++ b/rootston/seat.c
@@ -661,8 +661,9 @@ void roots_seat_begin_resize(struct roots_seat *seat, struct roots_view *view,
view_maximize(view, false);
wlr_seat_pointer_clear_focus(seat->seat);
+ const char *resize_name = wlr_xcursor_manager_get_resize_name(edges);
wlr_xcursor_manager_set_cursor_image(seat->cursor->xcursor_manager,
- roots_xcursor_get_resize_name(edges), seat->cursor->cursor);
+ resize_name, seat->cursor->cursor);
}
void roots_seat_begin_rotate(struct roots_seat *seat, struct roots_view *view) {