mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +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
|
||||
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
|
||||
echo
|
||||
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:
|
||||
---------------------
|
||||
|
||||
WINGs supports display of multibyte characters (kanji etc) without the
|
||||
to specify any flags (ie: there is no way to disable i18n support).
|
||||
Change ~/GNUstep/Defaults/WMGLOBAL to set the desired font set.
|
||||
Change ~/GNUstep/Defaults/WMGLOBAL to set the desired font set and
|
||||
set MultiByteText = YES; to enable support for multibyte text.
|
||||
|
||||
|
||||
Widgets provided by WINGs:
|
||||
|
||||
@@ -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