Skip to content

Commit

Permalink
Fix Firefox address bar thing
Browse files Browse the repository at this point in the history
And probably some other stuff too
  • Loading branch information
ddevault committed Jun 14, 2017
1 parent 33fdae2 commit d158e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sway/handlers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit d158e18

Please sign in to comment.