aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-01-19 01:22:54 +0100
committerGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-01-19 01:22:54 +0100
commit67c68ee643eaef16277fa614d873dd558bfdbd04 (patch)
tree3db3ed344a50a770e9e770708a7b2b62346bf71b /src/uzbl-core.h
parent5bff51f975487e9ae4183892d8aed13255a76e94 (diff)
parentc8fb24d1069aa776bccdf3141adb9d3c3f6e8101 (diff)
Merge remote branch 'Dieterbe/experimental' into experimental
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index 875feae..e05fcdb 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -55,6 +55,7 @@ typedef struct {
GtkScrollbar* scbar_h; // (These are still hidden)
GtkAdjustment* bar_v; // Information about document length
GtkAdjustment* bar_h; // and scrolling position
+ int scrollbars_visible;
WebKitWebView* web_view;
gchar* main_title;
gchar* icon;