Merge pull request #758 from martinetd/unfullscreen

rootston: Fix segfault in seat unfullscreening
master
Drew DeVault 7 years ago committed by GitHub
commit e9ccb705fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -733,7 +733,7 @@ void roots_seat_set_focus(struct roots_seat *seat, struct roots_view *view) {
}
#endif
if (unfullscreen) {
if (view && unfullscreen) {
struct roots_desktop *desktop = view->desktop;
struct roots_output *output;
struct wlr_box box;

Loading…
Cancel
Save