@@ -30,17 +30,17 @@ void gui_mch_draw_hollow_cursor __ARGS((guicolor_T color));
3030void gui_mch_draw_part_cursor __ARGS ((int w , int h , guicolor_T color ));
3131void gui_mch_update __ARGS ((void ));
3232int gui_mch_wait_for_chars __ARGS ((int wtime ));
33- void gui_browser_add_to_input_buf __ARGS ((int which ));
33+ void gui_browser_handle_key __ARGS ((int code , int modifiers , char_u special1 , char_u special2 ));
3434void gui_mch_flush __ARGS ((void ));
3535void gui_mch_clear_block __ARGS ((int row1 , int col1 , int row2 , int col2 ));
3636void gui_mch_clear_all __ARGS ((void ));
3737void gui_mch_delete_lines __ARGS ((int row , int num_lines ));
38+ void gui_mch_set_text_area_pos __ARGS ((int x , int y , int w , int h ));
3839void gui_mch_insert_lines __ARGS ((int row , int num_lines ));
3940void clip_mch_request_selection __ARGS ((VimClipboard * cbd ));
4041void clip_mch_lose_selection __ARGS ((VimClipboard * cbd ));
4142int clip_mch_own_selection __ARGS ((VimClipboard * cbd ));
4243void clip_mch_set_selection __ARGS ((VimClipboard * cbd ));
43- void gui_mch_set_text_area_pos __ARGS ((int x , int y , int w , int h ));
4444void gui_mch_enable_menu __ARGS ((int flag ));
4545void gui_mch_set_menu_pos __ARGS ((int x , int y , int w , int h ));
4646void gui_mch_add_menu __ARGS ((vimmenu_T * menu , int idx ));
0 commit comments