summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 13a24a6c5..1d4f67995 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -109,6 +109,8 @@ public:
static int scheme(const char*);
static const char* scheme() {return scheme_;}
static int reload_scheme();
+ static int scrollbar_size();
+ static void scrollbar_size(int W);
// execution:
static int wait();