1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

fixed cosmetic bug in moveres, updated Install script

This commit is contained in:
kojima
1999-06-01 22:35:21 +00:00
parent 838a627e0b
commit fb6e3c1386
3 changed files with 3 additions and 14 deletions

View File

@@ -74,7 +74,7 @@ wGetGeometryWindowSize(WScreen *scr, unsigned int *width,
{
*width = WMWidthOfString(scr->info_text_font, "-8888 x -8888", 13);
*height = (7 * WMFontHeight(scr->info_text_font)) / 4 - 1;
*height = (6 * WMFontHeight(scr->info_text_font)) / 4 - 1;
}