aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-12-24 05:40:05 +0000
committercorvid <corvid@lavabit.com>2012-12-24 05:40:05 +0000
commit965a474c4051d33e588553243d9614660fc33a5b (patch)
treef9e821e867711df94a337f0f3521506e0a888df0 /dw/layout.hh
parent33e67fba5f78a33e0798a675028cfa7510f5d735 (diff)
layout put scrollbar thickness calcs in separate fns
Diffstat (limited to 'dw/layout.hh')
-rw-r--r--dw/layout.hh2
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 ();