mirror of
https://github.com/swaywm/sway.git
synced 2026-04-02 07:15:50 -04:00
Use col-resize and row-resize cursor images
This commit is contained in:
parent
1893515d3a
commit
e9d46ccbdd
2 changed files with 23 additions and 6 deletions
|
|
@ -980,9 +980,6 @@ void seat_begin_resize_tiling(struct sway_seat *seat,
|
|||
seat->op_ref_con_ly = con->y;
|
||||
seat->op_ref_width = con->width;
|
||||
seat->op_ref_height = con->height;
|
||||
|
||||
const char *image = wlr_xcursor_get_resize_name(edge);
|
||||
cursor_set_image(seat->cursor, image, NULL);
|
||||
}
|
||||
|
||||
void seat_end_mouse_operation(struct sway_seat *seat) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue