ssd_extents: force initial manual ssd_extents update for x11 clients

This commit is contained in:
Consolatis 2022-03-11 06:23:08 +01:00 committed by Johan Malm
parent 3171aba0e2
commit 4ee9f351ea
2 changed files with 8 additions and 1 deletions

View file

@ -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