diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-27 02:13:27 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:31 +0200 |
commit | 1baa27d098d5282cb942455f3f4a642ed21924d6 (patch) | |
tree | 847d62c0697667b143603e106348d90de24bb246 /nx-X11/lib/X11/omText.c | |
parent | da3e7fd287d4d6c4e080fc230a567862431a565d (diff) | |
download | nx-libs-1baa27d098d5282cb942455f3f4a642ed21924d6.tar.gz nx-libs-1baa27d098d5282cb942455f3f4a642ed21924d6.tar.bz2 nx-libs-1baa27d098d5282cb942455f3f4a642ed21924d6.zip |
update files from modules dir of libX11 1.3.4
Diffstat (limited to 'nx-X11/lib/X11/omText.c')
-rw-r--r-- | nx-X11/lib/X11/omText.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/omText.c b/nx-X11/lib/X11/omText.c index 676edde6e..bfceca96e 100644 --- a/nx-X11/lib/X11/omText.c +++ b/nx-X11/lib/X11/omText.c @@ -108,7 +108,7 @@ draw_vertical( int direction = 0; int font_ascent_return = 0, font_descent_return = 0; int i; - XCharStruct overall; + XCharStruct overall; wy = y; if (is_xchar2b) { @@ -190,7 +190,7 @@ DrawStringWithFontSet( * If it was, use that font. If it was not set, then use the * font defined by font_set->font_data[0] (which is what * _XomGetFontDataFromFontSet() always seems to return for - * non-VW text). Note that given the new algorithm in + * non-VW text). Note that given the new algorithm in * parse_fontname() and parse_fontdata(), fs->font will * *always* contain good data. We should probably remove * the check for "fd->font", but we won't :-) -- jjw/pma (HP) @@ -305,7 +305,7 @@ _XomGenericDrawString( conv = _XomInitConverter(oc, type); if (conv == NULL) return -1; - + args[0] = (XPointer) &font; args[1] = (XPointer) &is_xchar2b; args[2] = (XPointer) &fs; |