summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrText.C
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2018-10-26 12:00:00 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2018-10-26 12:00:00 (GMT)
commite86c3d4ae2c1259394d504b374abeeba918d8e25 (patch)
tree99bf6bee133502c92c3c23153e18a4e1f62417aa /generic/tkbltGrText.C
parenta56c48cda877fcd87a850ffed33a63be96c0796a (diff)
downloadblt-e86c3d4ae2c1259394d504b374abeeba918d8e25.zip
blt-e86c3d4ae2c1259394d504b374abeeba918d8e25.tar.gz
blt-e86c3d4ae2c1259394d504b374abeeba918d8e25.tar.bz2
Improve drawTextBBox name
Diffstat (limited to 'generic/tkbltGrText.C')
-rw-r--r--generic/tkbltGrText.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkbltGrText.C b/generic/tkbltGrText.C
index 6f42ba3..b5c3671 100644
--- a/generic/tkbltGrText.C
+++ b/generic/tkbltGrText.C
@@ -87,8 +87,8 @@ void TextStyle::drawText(Drawable drawable, const char *text, int x, int y)
drawTextBBox(drawable, text, x, y, NULL, NULL);
}
-void TextStyle::drawText2(Drawable drawable, const char *text,
- int x, int y, int* ww, int* hh)
+void TextStyle::drawTextBBox(Drawable drawable, const char *text,
+ int x, int y, int* ww, int* hh)
{
TextStyleOptions* ops = (TextStyleOptions*)ops_;