summaryrefslogtreecommitdiff
path: root/surf.c
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-09-07 09:51:51 +0200
committerEnno Boland (tox) <tox@s01.de>2009-09-07 09:51:51 +0200
commitd934d9c80b24debe4c0b6102ea0416c25a991c80 (patch)
treec7390316ae25751ae3b4e081c75765c2a0265bb7 /surf.c
parent124d3e89dd242042648a5615e3d975f085b1f0d5 (diff)
downloadsurf-d934d9c80b24debe4c0b6102ea0416c25a991c80.tar.gz
surf-d934d9c80b24debe4c0b6102ea0416c25a991c80.tar.bz2
surf-d934d9c80b24debe4c0b6102ea0416c25a991c80.zip
s/zoompage/zoom/
Diffstat (limited to 'surf.c')
-rw-r--r--surf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/surf.c b/surf.c
index 47005b7..f43d848 100644
--- a/surf.c
+++ b/surf.c
@@ -108,7 +108,7 @@ static void stop(Client *c, const Arg *arg);
static void titlechange(WebKitWebView* view, WebKitWebFrame* frame, const gchar* title, Client *c);
static void usage();
static void updatetitle(Client *c, const gchar *title);
-static void zoompage(Client *c, const Arg *arg);
+static void zoom(Client *c, const Arg *arg);
#include "config.h"
@@ -563,7 +563,7 @@ updatetitle(Client *c, const char *title) {
}
void
-zoompage(Client *c, const Arg *arg) {
+zoom(Client *c, const Arg *arg) {
if(arg->i < 0) /* zoom out */
webkit_web_view_zoom_out(c->view);
else if(arg->i > 0) /* zoom in */