diff options
author | Drew DeVault <[email protected]> | 2016-03-13 21:10:46 -0400 |
---|---|---|
committer | Mikkel Oscar Lyderik <[email protected]> | 2016-03-30 00:47:58 +0200 |
commit | b903f7f655479b9ed095cf5b5950d963d525dd8c (patch) | |
tree | fe04ecc99f5ad6ca95ae1b445734e11c33cad114 /sway/handlers.c | |
parent | a8e084433d57609398fd1b72b72d3d7e71925d44 (diff) |
Implement some more on borders
Note that this segfaults ALL THE TIME in wlc code. Paging @Cloudef for
help, I'm at a loss.
Diffstat (limited to 'sway/handlers.c')
-rw-r--r-- | sway/handlers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c index dff682f5..47b649fd 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -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) { |