mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
view/ssd: Move ssd->enabled to view->ssd_enabled
This commit is contained in:
parent
c536ee9d96
commit
56f8837ca6
6 changed files with 9 additions and 9 deletions
|
|
@ -40,7 +40,7 @@ reload_config_and_theme(void)
|
|||
|
||||
struct view *view;
|
||||
wl_list_for_each(view, &g_server->views, link) {
|
||||
if (!view->mapped || !view->ssd.enabled) {
|
||||
if (!view->mapped || !view->ssd_enabled) {
|
||||
continue;
|
||||
}
|
||||
ssd_reload(view);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue