mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
theme: implement osd.border.color and osd.border.width
http://openbox.org/wiki/Help:Themes#osd.border.color http://openbox.org/wiki/Help:Themes#osd.border.width
This commit is contained in:
parent
c4074207e1
commit
b7907cc2da
5 changed files with 58 additions and 6 deletions
|
|
@ -50,7 +50,9 @@ struct theme {
|
|||
float menu_items_active_bg_color[4];
|
||||
float menu_items_active_text_color[4];
|
||||
|
||||
int osd_border_width;
|
||||
float osd_bg_color[4];
|
||||
float osd_border_color[4];
|
||||
float osd_label_text_color[4];
|
||||
|
||||
/* textures */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue