comparison src/proto/gui_w32.pro @ 15549:9bd2372432cf v8.1.0782

patch 8.1.0782: Win32: cursor blinks when Vim is not active commit https://github.com/vim/vim/commit/2d951a486e632f99fe039c0b0a1685f1fe7879b2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 19 19:54:20 2019 +0100 patch 8.1.0782: Win32: cursor blinks when Vim is not active Problem: Win32: cursor blinks when Vim is not active. Solution: Remove call to setActiveWindow(). (Yasuhiro Matsumoto, closes #3778)
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jan 2019 20:00:09 +0100
parents f4c3a7f410f4
children 2b29779475c0
comparison
equal deleted inserted replaced
15548:5067e8003224 15549:9bd2372432cf
34 void gui_mch_enable_menu(int flag); 34 void gui_mch_enable_menu(int flag);
35 void gui_mch_set_menu_pos(int x, int y, int w, int h); 35 void gui_mch_set_menu_pos(int x, int y, int w, int h);
36 void gui_mch_menu_hidden(vimmenu_T *menu, int hidden); 36 void gui_mch_menu_hidden(vimmenu_T *menu, int hidden);
37 void gui_mch_draw_menubar(void); 37 void gui_mch_draw_menubar(void);
38 guicolor_T gui_mch_get_rgb(guicolor_T pixel); 38 guicolor_T gui_mch_get_rgb(guicolor_T pixel);
39 void gui_mch_activate_window(void);
40 void gui_mch_show_toolbar(int showit); 39 void gui_mch_show_toolbar(int showit);
41 void gui_mch_show_tabline(int showit); 40 void gui_mch_show_tabline(int showit);
42 int gui_mch_showing_tabline(void); 41 int gui_mch_showing_tabline(void);
43 void gui_mch_update_tabline(void); 42 void gui_mch_update_tabline(void);
44 void gui_mch_set_curtab(int nr); 43 void gui_mch_set_curtab(int nr);