mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Use cache for title bar double beveled borders
This commit is contained in:
parent
2a0ff0d5b4
commit
536847cb5b
5 changed files with 143 additions and 160 deletions
|
|
@ -86,6 +86,10 @@ reload_config_and_theme(void)
|
|||
|
||||
scaled_buffer_invalidate_sharing();
|
||||
rcxml_finish();
|
||||
clearBorderCache(borderCache);
|
||||
borderCache = NULL;
|
||||
|
||||
|
||||
rcxml_read(rc.config_file);
|
||||
theme_finish(rc.theme);
|
||||
theme_init(rc.theme, rc.theme_name);
|
||||
|
|
@ -101,8 +105,6 @@ reload_config_and_theme(void)
|
|||
}
|
||||
|
||||
cycle_finish(/*switch_focus*/ false);
|
||||
clearBorderCache(borderCache);
|
||||
borderCache = NULL;
|
||||
menu_reconfigure();
|
||||
seat_reconfigure();
|
||||
regions_reconfigure();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue