summaryrefslogtreecommitdiffstats
path: root/src/proto/screen.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-11-20 16:56:54 +0100
committerBram Moolenaar <Bram@vim.org>2012-11-20 16:56:54 +0100
commit7c5f1204101683f90214582f71e8c7ce54000487 (patch)
tree48567122be589c9a8626eddd851b1bbe250d080e /src/proto/screen.pro
parent82881498663eb692e90dcfb9da0a7f573f228e35 (diff)
updated for version 7.3.720v7.3.720
Problem: Proto files are outdated. Solution: Update the newly generated proto files.
Diffstat (limited to 'src/proto/screen.pro')
-rw-r--r--src/proto/screen.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proto/screen.pro b/src/proto/screen.pro
index be791e0c45..6809da9ff4 100644
--- a/src/proto/screen.pro
+++ b/src/proto/screen.pro
@@ -31,8 +31,8 @@ void reset_cterm_colors __ARGS((void));
void screen_draw_rectangle __ARGS((int row, int col, int height, int width, int invert));
void screen_fill __ARGS((int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr));
void check_for_delay __ARGS((int check_msg_scroll));
-int screen_valid __ARGS((int clear));
-void screenalloc __ARGS((int clear));
+int screen_valid __ARGS((int doclear));
+void screenalloc __ARGS((int doclear));
void free_screenlines __ARGS((void));
void screenclear __ARGS((void));
int can_clear __ARGS((char_u *p));