2013-11-27 13:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* src/rtl/gtxwc/gtxwc.c
    * minor modification for future usage

  * src/rtl/hbini.prg
    ! fixed RTE on 'include' directive
This commit is contained in:
Przemysław Czerpak
2013-11-27 13:06:03 +01:00
parent b33cdd455e
commit 24dedd84e7
3 changed files with 11 additions and 1 deletions

View File

@@ -10,6 +10,13 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-11-27 13:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/gtxwc/gtxwc.c
* minor modification for future usage
* src/rtl/hbini.prg
! fixed RTE on 'include' directive
2013-11-25 23:23 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/common/strwild.c
! fixed hb_strMatchFile() (C) and hb_fileMatch() (PRG) to respect

View File

@@ -4250,6 +4250,9 @@ static HB_BOOL hb_gt_xwc_SetFont( PXWND_DEF wnd, const char * fontFace,
wnd->fontHeight = xfs->max_bounds.ascent + xfs->max_bounds.descent;
/* wnd->fontWidth = xfs->max_bounds.rbearing - xfs->min_bounds.lbearing; */
wnd->fontWidth = xfs->max_bounds.width;
if( wnd->xfs )
XFreeFont( wnd->dpy, wnd->xfs );
wnd->xfs = xfs;
return HB_TRUE;

View File

@@ -142,7 +142,7 @@ STATIC FUNCTION hb_IniFileLow( cFileSpec )
NEXT
IF hFile == F_ERROR
RETURN NIL
RETURN ""
ENDIF
/* we'll read the whole file, then we'll break it in lines. */