mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
use "size" instead of "dimensions"
This commit is contained in:
parent
b6f4120afc
commit
802e7392f8
4 changed files with 15 additions and 16 deletions
|
|
@ -155,7 +155,7 @@ void arrange_windows(swayc_t *container, double width, double height) {
|
|||
{
|
||||
container->width = width;
|
||||
container->height = height;
|
||||
container->sway_view->iface.set_dimensions(container->sway_view,
|
||||
container->sway_view->iface.set_size(container->sway_view,
|
||||
container->width, container->height);
|
||||
sway_log(L_DEBUG, "Set view to %.f x %.f @ %.f, %.f",
|
||||
container->width, container->height,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue