mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
ssd_extents: force initial manual ssd_extents update for x11 clients
This commit is contained in:
parent
3171aba0e2
commit
4ee9f351ea
2 changed files with 8 additions and 1 deletions
|
|
@ -290,7 +290,6 @@ map(struct view *view)
|
|||
|
||||
if (view->ssd.enabled) {
|
||||
view->margin = ssd_thickness(view);
|
||||
ssd_create(view);
|
||||
}
|
||||
|
||||
if (!view->been_mapped) {
|
||||
|
|
@ -308,6 +307,11 @@ map(struct view *view)
|
|||
view->been_mapped = true;
|
||||
}
|
||||
|
||||
if (view->ssd.enabled) {
|
||||
/* Create ssd after view_disover_output() had been called */
|
||||
ssd_create(view);
|
||||
}
|
||||
|
||||
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