This commit is contained in:
Jack Zeal 2026-04-14 00:46:00 +02:00 committed by GitHub
commit c7190b0649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 1379 additions and 53 deletions

View file

@ -245,6 +245,7 @@ struct view {
int width, height;
struct wlr_scene_tree *tree;
struct wlr_scene_rect *border;
struct bufferset *textured_borders;
struct wlr_scene_rect *background;
struct scaled_font_buffer *text;
} resize_indicator;