aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 09:44:25 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-12-27 14:46:47 -0700
commit6a357cfa2b005cd594ba1183c71531acd4b09556 (patch)
tree26f79493eb907bf40afba0a34e414306dd2fb306 /src/uzbl-core.h
parent5d6dae503e09b3581dafbbd83364943334937166 (diff)
add an ifdef for GTK3 scrollable changes
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index 98ae342..097fbfc 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -398,6 +398,9 @@ void
retrieve_geometry();
void
+set_webview_scroll_adjustments();
+
+void
event(WebKitWebView *page, GArray *argv, GString *result);
void