comparison src/event-msw.h @ 233:52952cbfc5b5 r20-5b15

Import from CVS: tag r20-5b15
author cvs
date Mon, 13 Aug 2007 10:14:14 +0200
parents 557eaa0339bf
children
comparison
equal deleted inserted replaced
232:aa6545ea0638 233:52952cbfc5b5
58 Lisp_Object mswindows_pump_outstanding_events (void); 58 Lisp_Object mswindows_pump_outstanding_events (void);
59 Lisp_Object mswindows_protect_modal_loop (Lisp_Object (*bfun) (Lisp_Object barg), 59 Lisp_Object mswindows_protect_modal_loop (Lisp_Object (*bfun) (Lisp_Object barg),
60 Lisp_Object barg); 60 Lisp_Object barg);
61 void mswindows_unmodalize_signal_maybe (void); 61 void mswindows_unmodalize_signal_maybe (void);
62 void mswindows_enqueue_dispatch_event (Lisp_Object event); 62 void mswindows_enqueue_dispatch_event (Lisp_Object event);
63 63 void mswindows_enqueue_magic_event (HWND hwnd, UINT message);
64 64
65 extern int mswindows_quit_chars_count; 65 extern int mswindows_quit_chars_count;
66 66
67 /* These are Lisp integer variables */ 67 /* These are Lisp integer variables */
68 /* Jonsthan, these need not to be globals after merge -- kkm */ 68 /* Jonsthan, these need not to be globals after merge -- kkm */