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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user