diff options
| author | Joakim Verona | 2013-01-10 00:04:21 +0100 |
|---|---|---|
| committer | Joakim Verona | 2013-01-10 00:04:21 +0100 |
| commit | 09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3 (patch) | |
| tree | 9376433d772aa4a302b231af1c601bcb4440c9f1 /src/w32term.c | |
| parent | 0f9ee7aa0e6b57e28b31699a912356c24b959b01 (diff) | |
| parent | 51fb5578777d1041feaab31651b65e09e1731d33 (diff) | |
| download | emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.tar.gz emacs-09708f70bd02e7a2edec79e1bcfd04fb9b7f48d3.zip | |
auto upstream
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 | { |