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
|
|
@ -400,7 +400,7 @@ map(struct view *view)
|
|||
view->been_mapped = true;
|
||||
}
|
||||
|
||||
if (view->ssd.enabled && !view->fullscreen && !view->maximized) {
|
||||
if (view->ssd_enabled && !view->fullscreen && !view->maximized) {
|
||||
top_left_edge_boundary_check(view);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue