diff options
author | corvid <corvid@lavabit.com> | 2012-12-24 05:40:05 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-24 05:40:05 +0000 |
commit | 965a474c4051d33e588553243d9614660fc33a5b (patch) | |
tree | f9e821e867711df94a337f0f3521506e0a888df0 /dw/layout.hh | |
parent | 33e67fba5f78a33e0798a675028cfa7510f5d735 (diff) |
layout put scrollbar thickness calcs in separate fns
Diffstat (limited to 'dw/layout.hh')
-rw-r--r-- | dw/layout.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/layout.hh b/dw/layout.hh index 7291b01d..7f33594b 100644 --- a/dw/layout.hh +++ b/dw/layout.hh @@ -191,6 +191,8 @@ private: void adjustScrollPos (); static bool calcScrollInto (int targetValue, int requestedSize, int *value, int viewportSize); + int currHScrollbarThickness(); + int currVScrollbarThickness(); void updateAnchor (); |