updated for version 7.0116
diff --git a/src/gui_w48.c b/src/gui_w48.c
index 9a0247f..5649aeb 100644
--- a/src/gui_w48.c
+++ b/src/gui_w48.c
@@ -1113,7 +1113,6 @@
oldx = x;
oldy = y;
}
-
}
@@ -1141,7 +1140,8 @@
int w,
int h)
{
- SetWindowPos(sb->id, NULL, x, y, w, h, SWP_NOZORDER | SWP_NOACTIVATE | SWP_SHOWWINDOW);
+ SetWindowPos(sb->id, NULL, x, y, w, h,
+ SWP_NOZORDER | SWP_NOACTIVATE | SWP_SHOWWINDOW);
}
void
@@ -1194,17 +1194,20 @@
gui.char_height = tm.tmHeight
#ifndef MSWIN16_FASTTEXT
- + p_linespace
+ + p_linespace
#endif
- ;
+ ;
SelectFont(hdc, hfntOld);
ReleaseDC(hwnd, hdc);
}
+/*
+ * Adjust gui.char_height (after 'linespace' was changed).
+ */
int
-gui_mch_adjust_charsize(void)
+gui_mch_adjust_charheight(void)
{
GetFontSize(gui.norm_font);
return OK;