aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 6b0da0cb3e9..b3608accb34 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -5110,7 +5110,7 @@ w32_read_socket (struct terminal *terminal,
5110 case WM_MOVE: 5110 case WM_MOVE:
5111 f = x_window_to_frame (dpyinfo, msg.msg.hwnd); 5111 f = x_window_to_frame (dpyinfo, msg.msg.hwnd);
5112 5112
5113 if (f && !FRAME_ICONIFIED_P (f)) 5113 if (f && FRAME_VISIBLE_P (f) && !FRAME_ICONIFIED_P(f))
5114 { 5114 {
5115 x_real_positions (f, &f->left_pos, &f->top_pos); 5115 x_real_positions (f, &f->left_pos, &f->top_pos);
5116 inev.kind = MOVE_FRAME_EVENT; 5116 inev.kind = MOVE_FRAME_EVENT;