mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
Fix Firefox address bar thing
And probably some other stuff too
This commit is contained in:
parent
33fdae2001
commit
d158e18308
@ -599,6 +599,8 @@ static void handle_view_geometry_request(wlc_handle handle, const struct wlc_geo
|
|||||||
view->y = geometry->origin.y;
|
view->y = geometry->origin.y;
|
||||||
update_geometry(view);
|
update_geometry(view);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
wlc_view_set_geometry(handle, 0, geometry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user