From b7ea08942c4989c54b24d4d4db7157d89862e61b Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 11 Sep 2007 01:04:00 +0000 Subject: [PATCH] * s/darwin.h (MULTI_KBOARD): Only define for Carbon. --- src/ChangeLog | 2 ++ src/s/darwin.h | 7 ++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index c1a03ed3e85..6b31cebce49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2007-09-10 Dan Nicolaescu + * s/darwin.h (MULTI_KBOARD): Only define for Carbon. + * xterm.c (x_create_terminal): Add comment. * term.c (clear_tty_hooks, set_tty_hooks): Add comments. diff --git a/src/s/darwin.h b/src/s/darwin.h index 300fb27e20e..6bfa0e95106 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h @@ -38,9 +38,6 @@ Boston, MA 02110-1301, USA. */ #define BSD_SYSTEM /* #define VMS */ -/* XXX The MULTI_KBOARD support does not work yet on this platform. */ -#undef MULTI_KBOARD - #if 0 /* Don't define DARWIN on Mac OS X because CoreFoundation.h uses it to distinguish Mac OS X from bare Darwin. */ #ifndef DARWIN @@ -55,6 +52,10 @@ Boston, MA 02110-1301, USA. */ #define MAC_OS /* We need a little extra space, see ../../lisp/loadup.el. */ #define SYSTEM_PURESIZE_EXTRA 30000 + +/* XXX The MULTI_KBOARD support does not work yet on this platform. */ +#undef MULTI_KBOARD + #endif #endif -- 2.39.2