mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
Add <theme><fallbackAppIcon>
This commit adds <theme><fallbackAppIcon> that configures the icon name to be used when lookups for an application icon is failed. Its default value is set as 'labwc' which shows our labwc logo.
This commit is contained in:
parent
dc474521ab
commit
26064fb8f6
5 changed files with 19 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ struct rcxml {
|
|||
/* theme */
|
||||
char *theme_name;
|
||||
char *icon_theme_name;
|
||||
char *fallback_app_icon_name;
|
||||
struct wl_list title_buttons_left;
|
||||
struct wl_list title_buttons_right;
|
||||
int corner_radius;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue