comparison src/proto/gui_w32.pro @ 21361:75514c95b948 v8.2.1231

patch 8.2.1231: MS-Windows: GUI code can be cleaned up Commit: https://github.com/vim/vim/commit/945c857844b74866f90be20714aefc3149d2a991 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 17 22:17:03 2020 +0200 patch 8.2.1231: MS-Windows: GUI code can be cleaned up Problem: MS-Windows: GUI code can be cleaned up. Solution: Do a bit of cleaning up. (Ken Takata, closes https://github.com/vim/vim/issues/6465)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jul 2020 22:30:04 +0200
parents fcccc29bd386
children e91b577be192
comparison
equal deleted inserted replaced
21360:6f4fe1feeb11 21361:75514c95b948
3 int gui_mch_is_blinking(void); 3 int gui_mch_is_blinking(void);
4 int gui_mch_is_blink_off(void); 4 int gui_mch_is_blink_off(void);
5 void gui_mch_set_blinking(long wait, long on, long off); 5 void gui_mch_set_blinking(long wait, long on, long off);
6 void gui_mch_stop_blink(int may_call_gui_update_cursor); 6 void gui_mch_stop_blink(int may_call_gui_update_cursor);
7 void gui_mch_start_blink(void); 7 void gui_mch_start_blink(void);
8 LRESULT WINAPI vim_WindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
9 void gui_mch_new_colors(void); 8 void gui_mch_new_colors(void);
10 void gui_mch_def_colors(void); 9 void gui_mch_def_colors(void);
11 int gui_mch_open(void); 10 int gui_mch_open(void);
12 int gui_mch_get_winpos(int *x, int *y); 11 int gui_mch_get_winpos(int *x, int *y);
13 void gui_mch_set_winpos(int x, int y); 12 void gui_mch_set_winpos(int x, int y);