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:
10
Install
10
Install
@@ -175,16 +175,6 @@ if [ "$NLS" = "y" -o "$NLS" = "Y" ]; then
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$MB" = "" -a "$i" = "ja" -o "$i" = "ko" ]; then
|
|
||||||
echo
|
|
||||||
echo "A language you selected needs multi-byte character support"
|
|
||||||
echo "Do you want to enable it?"
|
|
||||||
echo -n "<y/n> [n] "
|
|
||||||
read MB
|
|
||||||
if [ "$MB" = "y" -o "$MB" = "Y" ]; then
|
|
||||||
OPTIONS="$OPTIONS --enable-kanji"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
echo
|
echo
|
||||||
echo "Where do you want to put the message files? [$NLSDIR]"
|
echo "Where do you want to put the message files? [$NLSDIR]"
|
||||||
|
|||||||
@@ -37,9 +37,8 @@ structs and most of the intrinsics are very close to OpenStep classes.
|
|||||||
Internationalization:
|
Internationalization:
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
WINGs supports display of multibyte characters (kanji etc) without the
|
Change ~/GNUstep/Defaults/WMGLOBAL to set the desired font set and
|
||||||
to specify any flags (ie: there is no way to disable i18n support).
|
set MultiByteText = YES; to enable support for multibyte text.
|
||||||
Change ~/GNUstep/Defaults/WMGLOBAL to set the desired font set.
|
|
||||||
|
|
||||||
|
|
||||||
Widgets provided by WINGs:
|
Widgets provided by WINGs:
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ wGetGeometryWindowSize(WScreen *scr, unsigned int *width,
|
|||||||
{
|
{
|
||||||
*width = WMWidthOfString(scr->info_text_font, "-8888 x -8888", 13);
|
*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