(mac_term_init): Call add_keyboard_wait_descriptor.
This commit is contained in:
parent
202c09a889
commit
b951420f70
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2007-11-20 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* macterm.c (mac_term_init): Call add_keyboard_wait_descriptor.
|
||||
|
||||
* s/darwin.h (MULTI_KBOARD): Remove.
|
||||
|
||||
* macfns.c (x_create_tip_frame, Fx_create_frame)
|
||||
|
|
|
@ -12604,6 +12604,10 @@ mac_term_init (display_name, xrm_option, resource_name)
|
|||
x_display_name_list);
|
||||
dpyinfo->name_list_element = XCAR (x_display_name_list);
|
||||
|
||||
/* FIXME: Untested.
|
||||
Add the default keyboard. */
|
||||
add_keyboard_wait_descriptor (0);
|
||||
|
||||
#if USE_CG_DRAWING
|
||||
mac_init_fringe (terminal->rif);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue