Commentata in UNIX la funzione xvt_init_font
git-svn-id: svn://10.65.10.50/trunk@506 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
bd5dfe3a12
commit
27c921a77a
@ -521,7 +521,7 @@ void customize_controls(bool on)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if XVT_OS == XVT_OS_WIN
|
||||||
void xvt_init_font()
|
void xvt_init_font()
|
||||||
{
|
{
|
||||||
NormalFont = GetStockObject(ANSI_FIXED_FONT);
|
NormalFont = GetStockObject(ANSI_FIXED_FONT);
|
||||||
@ -564,7 +564,7 @@ void xvt_init_font()
|
|||||||
BASEY = tm.tmAscent;
|
BASEY = tm.tmAscent;
|
||||||
if (CHARY > ROWY-2) CHARY = ROWY-2;
|
if (CHARY > ROWY-2) CHARY = ROWY-2;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void xvt_set_font(WINDOW win, int family, int style, int dim)
|
void xvt_set_font(WINDOW win, int family, int style, int dim)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user