aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-19 16:31:27 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-05-19 16:31:27 +0100
commitbccfaa1bc13f1650d2ed6880451540e926de153e (patch)
tree2ba4599111622174d851e37efe360d527ed7008a /uzbl.h
parent5706dd58887d1a9aa71e29069fdacf1218ba532a (diff)
Moved key_press_cb callback to the main window rather than webkit, to fix this: http://www.uzbl.org/bugs/index.php?do=details&task_id=15
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl.h b/uzbl.h
index 31bb627..9100e0f 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -332,7 +332,7 @@ static void
update_title (void);
static gboolean
-key_press_cb (WebKitWebView* page, GdkEventKey* event);
+key_press_cb (GtkWidget* window, GdkEventKey* event);
static void
run_keycmd(const gboolean key_ret);