mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -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
|
|
@ -86,6 +86,9 @@ ssd_extents_create(struct view *view)
|
|||
p = add_extent(part_list, LAB_SSD_PART_CORNER_BOTTOM_RIGHT, parent);
|
||||
p->geometry->width = corner_size;
|
||||
p->geometry->height = corner_size;
|
||||
|
||||
/* Initial manual update to keep X11 applications happy */
|
||||
ssd_extents_update(view);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue