aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-06-26 01:44:33 +0200
committerSebastian Geerken <devnull@localhost>2016-06-26 01:44:33 +0200
commit69a3cd0edb23470da3fd1079196936a02591f35f (patch)
tree0a570069278b6521792b5006b598193246fa5b3a /dw/textblock.hh
parent29f65909079b027a1e8f81ed6a8c7b46a97e5ef1 (diff)
Simplify again the signature of OOFAwareWidget:getGeneratorWidth(), with a slightly more complex (but more correct) implementatin for Textblock.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r--dw/textblock.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh
index dc4805e1..d7e1fb4e 100644
--- a/dw/textblock.hh
+++ b/dw/textblock.hh
@@ -905,7 +905,7 @@ public:
void oofSizeChanged (bool extremesChanged);
int getGeneratorX (int oofmIndex);
int getGeneratorY (int oofmIndex);
- int getGeneratorWidth (int callerX, int callerWidth);
+ int getGeneratorWidth ();
int getMaxGeneratorWidth ();
bool usesMaxGeneratorWidth ();
bool isPossibleOOFContainer (int oofmIndex);