diff options
author | Jason Rumney <jasonr@gnu.org> | 2007-05-17 00:08:03 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2007-05-17 00:08:03 +0000 |
commit | 543c3ccdbc986618cca05b1537d9e7c4da32aa24 (patch) | |
tree | 151704d16ddddd10c9fad6064c8feae87d7078a3 /src | |
parent | ebbb61be878ccf27c354fc86de4369c879cf2f74 (diff) | |
download | emacs-543c3ccdbc986618cca05b1537d9e7c4da32aa24.tar.gz |
(w32_term_init): Call add_keyboard_wait_descriptor.
Diffstat (limited to 'src')
-rw-r--r-- | src/w32term.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c index 75e8a8c2bdf..27ba0d41d2b 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6319,6 +6319,9 @@ w32_term_init (display_name, xrm_option, resource_name) w32_defined_color (0, "black", &color, 1); } + /* Add the default keyboard. */ + add_keyboard_wait_descriptor (0); + /* Create Fringe Bitmaps and store them for later use. On W32, bitmaps are all unsigned short, as Windows requires |