diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 19:33:26 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 19:33:26 -0400 |
commit | bff442ac673109f2ea5c0c3fcdbd66f30dfe5eb8 (patch) | |
tree | 4ea1c452c99350d1a8a783920edf9a2c7e077826 /dw/textblock.cc | |
parent | 306c457518884e82a2e8365555db183ec7da820d (diff) |
imported patch renames
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 4fe19fdd..b70376a6 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -3067,9 +3067,9 @@ void Textblock::oofSizeChanged (bool extremesChanged) DBG_OBJ_LEAVE (); } -int Textblock::getGeneratorX (int oofmIndex) +int Textblock::getC0RelX (int oofmIndex) { - DBG_OBJ_ENTER ("resize", 0, "Textblock::getGeneratorX", "%d", oofmIndex); + DBG_OBJ_ENTER ("resize", 0, "Textblock::getC0RelX", "%d", oofmIndex); int x, xRef; if (findSizeRequestReference (oofmIndex, &xRef, NULL)) |