aboutsummaryrefslogtreecommitdiff
path: root/libX11/src/TextExt16.c
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-25 12:38:10 +0000
committermarha <marha@users.sourceforge.net>2009-07-25 12:38:10 +0000
commitc87efef42f76c2ff0dcfad2842ab369beffd21de (patch)
tree0ded972bd95879c77ed8fae6c84d0657fbdba660 /libX11/src/TextExt16.c
parent1dad159fe09ac3a88b21b98544880e5ecc0e8d54 (diff)
downloadvcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.tar.gz
vcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.tar.bz2
vcxsrv-c87efef42f76c2ff0dcfad2842ab369beffd21de.zip
Added libX11-1.2.2.tar.gz.
Diffstat (limited to 'libX11/src/TextExt16.c')
-rw-r--r--libX11/src/TextExt16.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libX11/src/TextExt16.c b/libX11/src/TextExt16.c
index 763350a10..ee259e600 100644
--- a/libX11/src/TextExt16.c
+++ b/libX11/src/TextExt16.c
@@ -43,7 +43,7 @@ from The Open Group.
#define max_byte2 max_char_or_byte2
/*
- * XTextExtents16 - compute the extents of string given as a sequence of
+ * XTextExtents16 - compute the extents of string given as a sequence of
* XChar2bs.
*/
int
@@ -96,7 +96,7 @@ XTextExtents16 (
} else {
overall->ascent = max (overall->ascent, cs->ascent);
overall->descent = max (overall->descent, cs->descent);
- overall->lbearing = min (overall->lbearing,
+ overall->lbearing = min (overall->lbearing,
overall->width + cs->lbearing);
overall->rbearing = max (overall->rbearing,
overall->width + cs->rbearing);
@@ -109,7 +109,7 @@ XTextExtents16 (
* if there were no characters, then set everything to 0
*/
if (nfound == 0) {
- overall->width = overall->ascent = overall->descent =
+ overall->width = overall->ascent = overall->descent =
overall->lbearing = overall->rbearing = 0;
}
@@ -118,7 +118,7 @@ XTextExtents16 (
/*
- * XTextWidth16 - compute the width of sequence of XChar2bs. This is a
+ * XTextWidth16 - compute the width of sequence of XChar2bs. This is a
* subset of XTextExtents16.
*/
int