mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Realign with codesniffer rules
This commit is contained in:
parent
5846a95f98
commit
987b2c2a89
15 changed files with 486 additions and 466 deletions
|
|
@ -61,7 +61,6 @@ struct theme_background {
|
|||
int border_width;
|
||||
int bevel_width;
|
||||
bool exclusive;
|
||||
|
||||
};
|
||||
|
||||
struct theme {
|
||||
|
|
@ -88,8 +87,6 @@ struct theme {
|
|||
float window_button_hover_bg_color[4];
|
||||
int window_button_hover_bg_corner_radius;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Themes/textures for each active/inactive window. Indexed by
|
||||
* ssd_active_state.
|
||||
|
|
@ -105,7 +102,6 @@ struct theme {
|
|||
int button_bevel_width;
|
||||
float button_border_color[4];
|
||||
float button_hover_border_color[4];
|
||||
|
||||
|
||||
float border_color[4];
|
||||
float toggled_keybinds_color[4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue