commit | ea408854a8360b6925122ce7709b424ab3005209 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 22:49:46 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 25 22:49:46 2005 +0000 |
tree | 2c5418f82336471cca7110bb10ed76d29f03fcea | |
parent | 29a1c1d374151aae361dbf39f4b599403fee2e66 [diff] [blame] |
updated for version 7.0093
diff --git a/src/proto/gui_gtk_x11.pro b/src/proto/gui_gtk_x11.pro index 8133022..a22bacf 100644 --- a/src/proto/gui_gtk_x11.pro +++ b/src/proto/gui_gtk_x11.pro
@@ -1,5 +1,6 @@ /* gui_gtk_x11.c */ void gui_mch_prepare __ARGS((int *argc, char **argv)); +void gui_mch_free_all __ARGS((void)); void gui_mch_set_blinking __ARGS((long waittime, long on, long off)); void gui_mch_stop_blink __ARGS((void)); void gui_mch_start_blink __ARGS((void));