diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-08-04 16:57:44 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-08-04 16:57:44 +0000 |
commit | 07b87a106a72dc6647dbe5910c78506c576f5399 (patch) | |
tree | 957ced55f63c30149b269ae1d4f8b8429eea23cb /src/syssignal.h | |
parent | 14145fa3d03d61fec15d5939b5c4417c9d6472d9 (diff) | |
download | emacs-07b87a106a72dc6647dbe5910c78506c576f5399.tar.gz |
fix popup menu selection return (menu.c); add use of popup_activated under NS (nsmenu.m, xdisp.c); improve comments (lisp.h, s/darwin.h); use FORWARD_SIGNAL_TO_MAIN_THREAD (syssignal.h)
Diffstat (limited to 'src/syssignal.h')
-rw-r--r-- | src/syssignal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syssignal.h b/src/syssignal.h index 21df63959f5..56988be6b78 100644 --- a/src/syssignal.h +++ b/src/syssignal.h @@ -19,7 +19,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ extern void init_signals P_ ((void)); -#if defined (HAVE_GTK_AND_PTHREAD) +#if defined (HAVE_GTK_AND_PTHREAD) || defined (HAVE_NS) #include <pthread.h> /* If defined, asynchronous signals delivered to a non-main thread are forwarded to the main thread. */ |