diff options
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 36ae4d7797f..16c7bd415a5 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -5652,7 +5652,7 @@ x_check_fullscreen (struct frame *f) | |||
| 5652 | static void | 5652 | static void |
| 5653 | w32fullscreen_hook (FRAME_PTR f) | 5653 | w32fullscreen_hook (FRAME_PTR f) |
| 5654 | { | 5654 | { |
| 5655 | static int normal_width, normal_height, normal_top, normal_left; | 5655 | static int normal_width, normal_height; |
| 5656 | 5656 | ||
| 5657 | if (f->async_visible) | 5657 | if (f->async_visible) |
| 5658 | { | 5658 | { |