Implement some more on borders

Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for
help, I'm at a loss.
This commit is contained in:
Drew DeVault 2016-03-13 21:10:46 -04:00 committed by Mikkel Oscar Lyderik
parent a8e084433d
commit b903f7f655
6 changed files with 110 additions and 25 deletions

View file

@ -357,6 +357,7 @@ static void handle_view_geometry_request(wlc_handle handle, const struct wlc_geo
arrange_windows(view->parent, -1, -1);
}
}
update_view_border(view);
}
static void handle_view_state_request(wlc_handle view, enum wlc_view_state_bit state, bool toggle) {