mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
resize resistance support
This commit is contained in:
parent
a24e17dea7
commit
ac58ab10a7
3 changed files with 70 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ process_cursor_resize(struct server *server, uint32_t time)
|
|||
new_view_geo.width = server->grab_box.width + dx;
|
||||
}
|
||||
|
||||
resize_resistance(view, &new_view_geo, true);
|
||||
view_move_resize(view, new_view_geo);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue