diff options
| author | Miles Bader | 2007-12-06 09:51:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-06 09:51:45 +0000 |
| commit | 0bd508417142ff377f34aec8dcec9438d9175c2c (patch) | |
| tree | 4d60fe09e5cebf7d79766b11e9cda8cc1c9dbb9b /src/macterm.c | |
| parent | 98fe991da804a42f53f6a5e84cd5eab18a82e181 (diff) | |
| parent | 9fb1ba8090da3528de56158a79bd3527d31c7f2f (diff) | |
| download | emacs-0bd508417142ff377f34aec8dcec9438d9175c2c.tar.gz emacs-0bd508417142ff377f34aec8dcec9438d9175c2c.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
Diffstat (limited to 'src/macterm.c')
| -rw-r--r-- | src/macterm.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/macterm.c b/src/macterm.c index f107f081421..f07b9eb0a5d 100644 --- a/src/macterm.c +++ b/src/macterm.c | |||
| @@ -12625,6 +12625,10 @@ mac_term_init (display_name, xrm_option, resource_name) | |||
| 12625 | x_display_name_list); | 12625 | x_display_name_list); |
| 12626 | dpyinfo->name_list_element = XCAR (x_display_name_list); | 12626 | dpyinfo->name_list_element = XCAR (x_display_name_list); |
| 12627 | 12627 | ||
| 12628 | /* FIXME: Untested. | ||
| 12629 | Add the default keyboard. */ | ||
| 12630 | add_keyboard_wait_descriptor (0); | ||
| 12631 | |||
| 12628 | #if USE_CG_DRAWING | 12632 | #if USE_CG_DRAWING |
| 12629 | mac_init_fringe (terminal->rif); | 12633 | mac_init_fringe (terminal->rif); |
| 12630 | #endif | 12634 | #endif |
| @@ -12844,7 +12848,6 @@ mac_create_terminal (struct mac_display_info *dpyinfo) | |||
| 12844 | /* FIXME: This keyboard setup is 100% untested, just copied from | 12848 | /* FIXME: This keyboard setup is 100% untested, just copied from |
| 12845 | w32_create_terminal in order to set window-system now that it's | 12849 | w32_create_terminal in order to set window-system now that it's |
| 12846 | a keyboard object. */ | 12850 | a keyboard object. */ |
| 12847 | #ifdef MULTI_KBOARD | ||
| 12848 | /* We don't yet support separate terminals on Mac, so don't try to share | 12851 | /* We don't yet support separate terminals on Mac, so don't try to share |
| 12849 | keyboards between virtual terminals that are on the same physical | 12852 | keyboards between virtual terminals that are on the same physical |
| 12850 | terminal like X does. */ | 12853 | terminal like X does. */ |
| @@ -12859,7 +12862,6 @@ mac_create_terminal (struct mac_display_info *dpyinfo) | |||
| 12859 | if (current_kboard == initial_kboard) | 12862 | if (current_kboard == initial_kboard) |
| 12860 | current_kboard = terminal->kboard; | 12863 | current_kboard = terminal->kboard; |
| 12861 | terminal->kboard->reference_count++; | 12864 | terminal->kboard->reference_count++; |
| 12862 | #endif | ||
| 12863 | 12865 | ||
| 12864 | return terminal; | 12866 | return terminal; |
| 12865 | } | 12867 | } |