emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Wed, 15 Dec 2004 18:51:46 -0500

Index: emacs/src/dispnew.c
diff -c emacs/src/dispnew.c:1.336 emacs/src/dispnew.c:1.337
*** emacs/src/dispnew.c:1.336   Sun Oct 31 00:05:18 2004
--- emacs/src/dispnew.c Wed Dec 15 21:40:41 2004
***************
*** 5994,5999 ****
--- 5994,6002 ----
  #endif
    int old_errno = errno;
  
+   signal (SIGWINCH, window_change_signal);
+   SIGNAL_THREAD_CHECK (signalnum);
+ 
    get_frame_size (&width, &height);
  
    /* The frame size change obviously applies to a termcap-controlled
***************
*** 6016,6022 ****
        }
    }
  
-   signal (SIGWINCH, window_change_signal);
    errno = old_errno;
  }
  #endif /* SIGWINCH */
--- 6019,6024 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]