Skip to content

Commit

Permalink
WIP: maybe fix 608
Browse files Browse the repository at this point in the history
We might be incorrectly assigning the window's monitor as it's moved.

Fixes #608
  • Loading branch information
ThomasAdam committed Aug 30, 2023
1 parent 58f2d04 commit 3711147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fvwm/move_resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3711147

Please sign in to comment.