summaryrefslogtreecommitdiffstats
path: root/sway/handlers.c
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-04 17:45:37 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-04 17:45:37 -0500
commit2f540576238320b0921f2b4bc69e785693f9992c (patch)
tree162c233e1ef0bd4dd46d4613827fdf071784f95c /sway/handlers.c
parentMerge pull request #735 from zandrmartin/get-tree-command (diff)
downloadsway-2f540576238320b0921f2b4bc69e785693f9992c.tar.gz
sway-2f540576238320b0921f2b4bc69e785693f9992c.tar.zst
sway-2f540576238320b0921f2b4bc69e785693f9992c.zip
I think this fixes #678
Diffstat (limited to 'sway/handlers.c')
-rw-r--r--sway/handlers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/handlers.c b/sway/handlers.c
index 53dbeb87..b7bb1fde 100644
--- a/sway/handlers.c
+++ b/sway/handlers.c
@@ -149,6 +149,7 @@ static void handle_output_pre_render(wlc_handle output) {
149 149
150static void handle_output_post_render(wlc_handle output) { 150static void handle_output_post_render(wlc_handle output) {
151 ipc_get_pixels(output); 151 ipc_get_pixels(output);
152 arrange_windows(swayc_by_handle(output), -1, -1);
152} 153}
153 154
154static void handle_view_pre_render(wlc_handle view) { 155static void handle_view_pre_render(wlc_handle view) {