Add bevels to the window size/position box

This commit is contained in:
Jack Zeal 2026-03-27 23:37:18 -07:00
parent adc2c911ff
commit 0be9082ea8
2 changed files with 108 additions and 0 deletions

View file

@ -244,6 +244,7 @@ struct view {
int width, height;
struct wlr_scene_tree *tree;
struct wlr_scene_rect *border;
struct wlr_scene_buffer *top, *left, *right, *bottom, *tl, *tr, *bl, *br;
struct wlr_scene_rect *background;
struct scaled_font_buffer *text;
} resize_indicator;