mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Initial use of a centralized caching border generator
This commit is contained in:
parent
c37f343377
commit
2a0ff0d5b4
7 changed files with 218 additions and 61 deletions
|
|
@ -69,6 +69,7 @@
|
|||
#include "view.h"
|
||||
#include "workspaces.h"
|
||||
#include "xwayland.h"
|
||||
#include "common/borderset.h"
|
||||
|
||||
#define LAB_EXT_DATA_CONTROL_VERSION 1
|
||||
#define LAB_EXT_FOREIGN_TOPLEVEL_LIST_VERSION 1
|
||||
|
|
@ -100,6 +101,8 @@ 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