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 2a4c30af12d..e8bcf3ef639 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -6347,7 +6347,7 @@ x_make_frame_visible (struct frame *f)
6347 RECT window_rect; 6347 RECT window_rect;
6348 6348
6349 /* Adjust vertical window position in order to avoid being 6349 /* Adjust vertical window position in order to avoid being
6350 covered by a task bar placed at the bottom of the desktop. */ 6350 covered by a taskbar placed at the bottom of the desktop. */
6351 SystemParametersInfo (SPI_GETWORKAREA, 0, &workarea_rect, 0); 6351 SystemParametersInfo (SPI_GETWORKAREA, 0, &workarea_rect, 0);
6352 GetWindowRect (FRAME_W32_WINDOW (f), &window_rect); 6352 GetWindowRect (FRAME_W32_WINDOW (f), &window_rect);
6353 if (window_rect.bottom > workarea_rect.bottom 6353 if (window_rect.bottom > workarea_rect.bottom