From 871c102bbc93b4a1a528d16b8e41d1b0075dd7d7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 8 Jun 2009 01:10:33 +0300 Subject: Added support for full content zoom (AKA full page zoom) --- uzbl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'uzbl.h') diff --git a/uzbl.h b/uzbl.h index 2e7ccf9..67fbbb5 100644 --- a/uzbl.h +++ b/uzbl.h @@ -259,6 +259,9 @@ create_web_view_cb (WebKitWebView *web_view, WebKitWebFrame *frame, gpointer us static gboolean download_cb (WebKitWebView *web_view, GObject *download, gpointer user_data); +static void +toggle_zoom_type (WebKitWebView* page, GArray *argv); + static void toggle_status_cb (WebKitWebView* page, GArray *argv); -- cgit v1.2.3