]> code.delx.au - gnu-emacs/blobdiff - src/w32.h
Do not copy X event in handle_one_xevent except KeyPress case.
[gnu-emacs] / src / w32.h
index 9c1f1efa6994755b87eb2c41c932822d99f2c984..32d0fdbe3cfabb134a6c51449a27f298beb6b6dd 100644 (file)
--- a/src/w32.h
+++ b/src/w32.h
@@ -163,6 +163,7 @@ extern void reset_standard_handles (int in, int out,
 /* Return the string resource associated with KEY of type TYPE.  */
 extern LPBYTE w32_get_resource (char * key, LPDWORD type);
 
+extern void release_listen_threads (void);
 extern void init_ntproc (int);
 extern void term_ntproc (int);
 extern void globals_of_w32 (void);