Rename camelcase names

This commit is contained in:
Jack Zeal 2026-04-05 17:57:15 -07:00
parent 987b2c2a89
commit 8997f35607
13 changed files with 46 additions and 46 deletions

View file

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