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

@ -106,7 +106,7 @@ struct ssd {
struct scaled_font_buffer *title;
struct wl_list buttons_left; /* ssd_button.link */
struct wl_list buttons_right; /* ssd_button.link */
struct bufferset *texturedBorders;
struct bufferset *textured_borders;
} subtrees[2]; /* indexed by enum ssd_active_state */
} titlebar;
@ -116,7 +116,7 @@ struct ssd {
struct ssd_border_subtree {
struct wlr_scene_tree *tree;
struct wlr_scene_rect *top, *bottom, *left, *right;
struct bufferset *texturedBorders;
struct bufferset *textured_borders;
} subtrees[2]; /* indexed by enum ssd_active_state */
} border;