comparison src/proto/gui_motif.pro @ 2684:951641b8784d v7.3.102

updated for version 7.3.102 Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command.
author Bram Moolenaar <bram@vim.org>
date Mon, 17 Jan 2011 20:08:11 +0100
parents 96cd8222a819
children 21b0a39d13ed
comparison
equal deleted inserted replaced
2683:0c7d6d01e058 2684:951641b8784d
27 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient)); 27 void gui_mch_create_scrollbar __ARGS((scrollbar_T *sb, int orient));
28 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb)); 28 void gui_mch_destroy_scrollbar __ARGS((scrollbar_T *sb));
29 void gui_mch_set_scrollbar_colors __ARGS((scrollbar_T *sb)); 29 void gui_mch_set_scrollbar_colors __ARGS((scrollbar_T *sb));
30 Window gui_x11_get_wid __ARGS((void)); 30 Window gui_x11_get_wid __ARGS((void));
31 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter)); 31 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
32 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *button_names, int dfltbutton, char_u *textfield)); 32 int gui_mch_dialog __ARGS((int type, char_u *title, char_u *message, char_u *button_names, int dfltbutton, char_u *textfield, int ex_cmd));
33 void gui_mch_enable_footer __ARGS((int showit)); 33 void gui_mch_enable_footer __ARGS((int showit));
34 void gui_mch_set_footer __ARGS((char_u *s)); 34 void gui_mch_set_footer __ARGS((char_u *s));
35 void gui_mch_show_toolbar __ARGS((int showit)); 35 void gui_mch_show_toolbar __ARGS((int showit));
36 int gui_mch_compute_toolbar_height __ARGS((void)); 36 int gui_mch_compute_toolbar_height __ARGS((void));
37 void motif_get_toolbar_colors __ARGS((Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp)); 37 void motif_get_toolbar_colors __ARGS((Pixel *bgp, Pixel *fgp, Pixel *bsp, Pixel *tsp, Pixel *hsp));