mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Add window resize indicator
This commit is contained in:
parent
c8321e3264
commit
58b33fb0c9
12 changed files with 296 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "layers.h"
|
||||
#include "menu/menu.h"
|
||||
#include "regions.h"
|
||||
#include "resize_indicator.h"
|
||||
#include "theme.h"
|
||||
#include "view.h"
|
||||
#include "workspaces.h"
|
||||
|
|
@ -54,6 +55,7 @@ reload_config_and_theme(void)
|
|||
menu_reconfigure(g_server);
|
||||
seat_reconfigure(g_server);
|
||||
regions_reconfigure(g_server);
|
||||
resize_indicator_reconfigure(g_server);
|
||||
kde_server_decoration_update_default();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue