File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11651165}
11661166
11671167
1168+ int
1169+ gui_mch_get_scrollbar_xpadding (void )
1170+ {
1171+ // TODO: Calculate the padding for adjust scrollbar position when the
1172+ // Window is maximized.
1173+ return 0 ;
1174+ }
1175+
1176+
1177+ int
1178+ gui_mch_get_scrollbar_ypadding (void )
1179+ {
1180+ // TODO: Calculate the padding for adjust scrollbar position when the
1181+ // Window is maximized.
1182+ return 0 ;
1183+ }
1184+
1185+
11681186 void
11691187gui_mch_set_scrollbar_thumb (
11701188 scrollbar_T *sb,
Original file line number Diff line number Diff line change @@ -160,6 +160,10 @@ gui_mch_set_scrollbar_pos(
160160 int y ,
161161 int w ,
162162 int h );
163+ int
164+ gui_mch_get_scrollbar_xpadding(void );
165+ int
166+ gui_mch_get_scrollbar_ypadding(void );
163167 void
164168gui_mch_set_scrollbar_thumb(
165169 scrollbar_T *sb ,
You can’t perform that action at this time.
0 commit comments