comparison src/proto/os_win32.pro @ 31503:b9a4699d6a35 v9.0.1084

patch 9.0.1084: code handling low level MS-Windows events cannot be tested Commit: https://github.com/vim/vim/commit/20b795e0eba6c933868c8f7cf62fb85d4f007688 Author: Christopher Plewright <chris@createng.com> Date: Tue Dec 20 20:01:58 2022 +0000 patch 9.0.1084: code handling low level MS-Windows events cannot be tested Problem: Code handling low level MS-Windows events cannot be tested. Solution: Add test_mswin_event() and tests using it. (Christopher Plewright, closes #11622)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Dec 2022 21:15:05 +0100
parents 983c16e2dfb7
children ea09e0f546f0
comparison
equal deleted inserted replaced
31502:9940db8ec7d7 31503:b9a4699d6a35
7 int dyn_libintl_init(void); 7 int dyn_libintl_init(void);
8 void dyn_libintl_end(void); 8 void dyn_libintl_end(void);
9 void PlatformId(void); 9 void PlatformId(void);
10 void mch_setmouse(int on); 10 void mch_setmouse(int on);
11 void mch_bevalterm_changed(void); 11 void mch_bevalterm_changed(void);
12 int test_mswin_event(char_u *event, dict_T *args);
12 void mch_update_cursor(void); 13 void mch_update_cursor(void);
13 int mch_char_avail(void); 14 int mch_char_avail(void);
14 int mch_check_messages(void); 15 int mch_check_messages(void);
15 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt); 16 int mch_inchar(char_u *buf, int maxlen, long time, int tb_change_cnt);
16 void mch_init(void); 17 void mch_init(void);