Mercurial > hg > xemacs-beta
comparison src/event-msw.h @ 227:0e522484dd2a r20-5b12
Import from CVS: tag r20-5b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:12:37 +0200 |
parents | 2c611d1463a6 |
children | 557eaa0339bf |
comparison
equal
deleted
inserted
replaced
226:eea38c7ad7b4 | 227:0e522484dd2a |
---|---|
53 #define MSW_TIMEOUT_GRANULARITY 25 | 53 #define MSW_TIMEOUT_GRANULARITY 25 |
54 #define MSW_TIMEOUT_MAX 32 | 54 #define MSW_TIMEOUT_MAX 32 |
55 | 55 |
56 /* Random globals */ | 56 /* Random globals */ |
57 extern LRESULT WINAPI mswindows_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); | 57 extern LRESULT WINAPI mswindows_wnd_proc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); |
58 extern Lisp_Object mswindows_pump_outstanding_events (void); | |
58 extern int mswindows_quit_chars_count; | 59 extern int mswindows_quit_chars_count; |
59 | 60 |
60 /* These are Lisp integer variables */ | 61 /* These are Lisp integer variables */ |
61 /* Jonsthan, these need not to be globals after merge -- kkm */ | 62 /* Jonsthan, these need not to be globals after merge -- kkm */ |
62 extern int mswindows_dynamic_frame_resize; | 63 extern int mswindows_dynamic_frame_resize; |