aboutsummaryrefslogtreecommitdiff
path: root/rootston
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-12-08 06:08:06 -0500
committerTony Crisci <tony@dubstepdish.com>2017-12-08 06:08:06 -0500
commit4c60072be584a7ed5b97de325994217a9e96bbd4 (patch)
tree96bf5e33d9c5d95842ba7813f5e37c28693d52ae /rootston
parent31bafc24614cb5a66348ca965f1b4fae9209e35c (diff)
move get_resize_name to xcursor
Diffstat (limited to 'rootston')
-rw-r--r--rootston/seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootston/seat.c b/rootston/seat.c
index f6473581..1fa09ad6 100644
--- a/rootston/seat.c
+++ b/rootston/seat.c
@@ -661,7 +661,7 @@ 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);
+ const char *resize_name = wlr_xcursor_get_resize_name(edges);
wlr_xcursor_manager_set_cursor_image(seat->cursor->xcursor_manager,
resize_name, seat->cursor->cursor);
}