When dragging in rectangle select mode use a crosshair mouse cursor

This commit is contained in:
Kovid Goyal
2025-02-23 10:32:54 +05:30
parent 1effdd8078
commit 2a714928db
11 changed files with 77 additions and 61 deletions

View File

@@ -90,7 +90,7 @@ typedef struct {
struct { monotonic_t on_end, on_pause; } resize_debounce_time;
MouseShape pointer_shape_when_grabbed;
MouseShape default_pointer_shape;
MouseShape pointer_shape_when_dragging;
MouseShape pointer_shape_when_dragging, pointer_shape_when_dragging_rectangle;
struct {
UrlPrefix *values;
size_t num, max_prefix_len;