mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Rename camelcase names
This commit is contained in:
parent
987b2c2a89
commit
8997f35607
13 changed files with 46 additions and 46 deletions
|
|
@ -112,7 +112,7 @@ static void draw_beveled_border_on_button(cairo_t *cairo, int w, int h, int acti
|
|||
(uint32_t)(r*255) << 16 |
|
||||
(uint32_t)(g*255) << 8 |
|
||||
(uint32_t)(b*255);
|
||||
struct borderset *renderedborders = getBorders(colour32, bw,
|
||||
struct borderset *renderedborders = get_borders(colour32, bw,
|
||||
rc.theme->window[active].button_border_type,
|
||||
rc.theme->window[active].button_bevel_width);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue