diff options
| author | Glenn Morris | 2014-10-08 21:23:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-10-08 21:23:09 -0700 |
| commit | 32ade3f01a0185f2a836c313d9d50564abe4e254 (patch) | |
| tree | 195ed03adf2f7757d67caf79dd2baff44911748c /src/w32term.c | |
| parent | fdcb06012a36a8ec800e33554ae94c26e43a7c05 (diff) | |
| parent | 942a57a2a5c56575a15dd22e1feebd1825f281b0 (diff) | |
| download | emacs-32ade3f01a0185f2a836c313d9d50564abe4e254.tar.gz emacs-32ade3f01a0185f2a836c313d9d50564abe4e254.zip | |
Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.org
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 2 |
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 |