aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands.h
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-11-28 20:44:49 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-11-28 20:44:49 -0700
commit83c4ba38435b494e5fda968b83d1dc1d145eea3b (patch)
tree34486885664c59c4c5f66e80a1b1a4357908ad3b /src/commands.h
parent34b7ed7eb0d4c0ad62ba90f623ecf35d3df6cbd8 (diff)
bring back the (now undocumented) toggle_status and toggle_zoom_type commands
maintaining backwards compatibility is good. we'll get rid of them when we overhaul the command language.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index c39b541..38bd5f2 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -61,6 +61,8 @@ void set_var(WebKitWebView *page, GArray *argv, GString *result);
void toggle_var(WebKitWebView *page, GArray *argv, GString *result);
void run_js (WebKitWebView * web_view, GArray *argv, GString *result);
void run_external_js (WebKitWebView * web_view, GArray *argv, GString *result);
+void toggle_zoom_type (WebKitWebView* page, GArray *argv, GString *result);
+void toggle_status (WebKitWebView* page, GArray *argv, GString *result);
void act_dump_config(WebKitWebView* page, GArray *argv, GString *result);
void act_dump_config_as_events(WebKitWebView* page, GArray *argv, GString *result);