From 3711147c51a51b04a93cdbc33a53b79d605c3983 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Wed, 30 Aug 2023 16:42:45 +0100 Subject: [PATCH] WIP: maybe fix 608 We might be incorrectly assigning the window's monitor as it's moved. Fixes #608 --- fvwm/move_resize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fvwm/move_resize.c b/fvwm/move_resize.c index 8ca1b88e2..f7c896b56 100644 --- a/fvwm/move_resize.c +++ b/fvwm/move_resize.c @@ -2075,7 +2075,7 @@ static void _move_window(F_CMD_ARGS, Bool do_animate, int mode) rectangle s; rectangle t; - struct monitor *m; + struct monitor *m = fw->m; do_animate = False; r.x = p.x;