Fix Firefox address bar thing

And probably some other stuff too
This commit is contained in:
Drew DeVault 2017-06-14 18:09:05 -04:00
parent 33fdae2001
commit d158e18308

View File

@ -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);
}
}