mirror of
https://github.com/NickHu/sway
synced 2024-12-28 22:23:30 +01:00
Fix Firefox address bar thing
And probably some other stuff too
This commit is contained in:
parent
33fdae2001
commit
d158e18308
1 changed files with 2 additions and 0 deletions
|
@ -599,6 +599,8 @@ static void handle_view_geometry_request(wlc_handle handle, const struct wlc_geo
|
|||
view->y = geometry->origin.y;
|
||||
update_geometry(view);
|
||||
}
|
||||
} else {
|
||||
wlc_view_set_geometry(handle, 0, geometry);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue