From 1d2ba7fa851f988ea9eab47b7662be243f85ddfa Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 14 Feb 2006 22:29:30 +0000 Subject: updated for version 7.0197 --- src/gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 2f5275c106..c706302d4b 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 -- cgit v1.2.3