aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney2007-05-17 00:08:03 +0000
committerJason Rumney2007-05-17 00:08:03 +0000
commit543c3ccdbc986618cca05b1537d9e7c4da32aa24 (patch)
tree151704d16ddddd10c9fad6064c8feae87d7078a3 /src
parentebbb61be878ccf27c354fc86de4369c879cf2f74 (diff)
downloademacs-543c3ccdbc986618cca05b1537d9e7c4da32aa24.tar.gz
emacs-543c3ccdbc986618cca05b1537d9e7c4da32aa24.zip
(w32_term_init): Call add_keyboard_wait_descriptor.
Diffstat (limited to 'src')
-rw-r--r--src/w32term.c3
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)
6319 w32_defined_color (0, "black", &color, 1); 6319 w32_defined_color (0, "black", &color, 1);
6320 } 6320 }
6321 6321
6322 /* Add the default keyboard. */
6323 add_keyboard_wait_descriptor (0);
6324
6322 /* Create Fringe Bitmaps and store them for later use. 6325 /* Create Fringe Bitmaps and store them for later use.
6323 6326
6324 On W32, bitmaps are all unsigned short, as Windows requires 6327 On W32, bitmaps are all unsigned short, as Windows requires