aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorPaul Eggert2014-04-16 12:43:46 -0700
committerPaul Eggert2014-04-16 12:43:46 -0700
commit290d7ac277986bd118e594a8100b3f40e4492cb1 (patch)
treed63a3aa61cac577dd119665edaffe2def8d194e2 /src/w32term.c
parent37eccff4f72c5a36dcd4b89d417b0047aab84e50 (diff)
parentb262bde327db2cd9b2f01f2d3ed946d0b188cb9d (diff)
downloademacs-290d7ac277986bd118e594a8100b3f40e4492cb1.tar.gz
emacs-290d7ac277986bd118e594a8100b3f40e4492cb1.zip
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
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 40c1e591233..3aabf92357a 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4723,7 +4723,7 @@ w32_read_socket (struct terminal *terminal,
4723 here since Windows sends a WM_MOVE message 4723 here since Windows sends a WM_MOVE message
4724 BEFORE telling us the Window is minimized 4724 BEFORE telling us the Window is minimized
4725 when the Window is iconified, with 3000,3000 4725 when the Window is iconified, with 3000,3000
4726 as the co-ords. */ 4726 as the co-ords. */
4727 x_real_positions (f, &f->left_pos, &f->top_pos); 4727 x_real_positions (f, &f->left_pos, &f->top_pos);
4728 4728
4729 inev.kind = DEICONIFY_EVENT; 4729 inev.kind = DEICONIFY_EVENT;