aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/seat.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-08-11 00:08:18 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-08-12 10:45:54 +1000
commite9d46ccbddf69e380d72b23d50d21988015ab60b (patch)
treefecfb460904f92253a93cf9f2d55ecc8a70cad73 /sway/input/seat.c
parentFix right-click/popups and add state checks (diff)
downloadsway-e9d46ccbddf69e380d72b23d50d21988015ab60b.tar.gz
sway-e9d46ccbddf69e380d72b23d50d21988015ab60b.tar.zst
sway-e9d46ccbddf69e380d72b23d50d21988015ab60b.zip
Use col-resize and row-resize cursor images
Diffstat (limited to 'sway/input/seat.c')
-rw-r--r--sway/input/seat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sway/input/seat.c b/sway/input/seat.c
index 6d9e85dc..57cc65f6 100644
--- a/sway/input/seat.c
+++ b/sway/input/seat.c
@@ -980,9 +980,6 @@ void seat_begin_resize_tiling(struct sway_seat *seat,
980 seat->op_ref_con_ly = con->y; 980 seat->op_ref_con_ly = con->y;
981 seat->op_ref_width = con->width; 981 seat->op_ref_width = con->width;
982 seat->op_ref_height = con->height; 982 seat->op_ref_height = con->height;
983
984 const char *image = wlr_xcursor_get_resize_name(edge);
985 cursor_set_image(seat->cursor, image, NULL);
986} 983}
987 984
988void seat_end_mouse_operation(struct sway_seat *seat) { 985void seat_end_mouse_operation(struct sway_seat *seat) {