From 027436338b4b3e746ae5087b8a01c7404619d97b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 25 Jul 2005 20:42:36 +0000 Subject: updated for version 7.0116 --- src/gui.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gui.c') diff --git a/src/gui.c b/src/gui.c index e955869c4..f0a595885 100644 --- a/src/gui.c +++ b/src/gui.c @@ -1175,6 +1175,9 @@ gui_position_components(total_width) --hold_gui_events; } +/* + * Get the width of the widgets and decorations to the side of the text area. + */ int gui_get_base_width() { @@ -1188,6 +1191,9 @@ gui_get_base_width() return base_width; } +/* + * Get the height of the widgets and decorations above and below the text area. + */ int gui_get_base_height() { @@ -1331,6 +1337,8 @@ gui_get_shellsize() /* * Set the size of the Vim shell according to Rows and Columns. + * If "fit_to_display" is TRUE then the size may be reduced to fit the window + * on the screen. */ /*ARGSUSED*/ void -- cgit v1.2.1