commit | 1d2ba7fa851f988ea9eab47b7662be243f85ddfa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 14 22:29:30 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 14 22:29:30 2006 +0000 |
tree | 5882ec62c5c5c6047021a94e74e4797139944a95 | |
parent | f52c725c4739f2d3368029d67218d6cae0d87995 [diff] [blame] |
updated for version 7.0197
diff --git a/src/gui.h b/src/gui.h index 2f5275c..c706302 100644 --- a/src/gui.h +++ b/src/gui.h
@@ -168,7 +168,7 @@ typedef struct GuiScrollbar { long ident; /* Unique identifier for each scrollbar */ - struct window *wp; /* Scrollbar's window, NULL for bottom */ + win_T *wp; /* Scrollbar's window, NULL for bottom */ int type; /* one of SBAR_{LEFT,RIGHT,BOTTOM} */ long value; /* Represents top line number visible */ #ifdef FEAT_GUI_ATHENA