summaryrefslogtreecommitdiff
path: root/embed/ephy-embed.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-08-01 19:42:21 +0000
committerChristian Persch <chpe@src.gnome.org>2003-08-01 19:42:21 +0000
commitd0251310f8d4236076dd03affe2dad19f404a390 (patch)
tree61635c902d1ff9e524a17f4558f0495a2a0b20b6 /embed/ephy-embed.h
parentdd1eeaa291d5cf7fe390615a281825f722cdea8a (diff)
downloadepiphany-d0251310f8d4236076dd03affe2dad19f404a390.tar.gz
Restore the "ge_dom_mouse_down" signal.
2003-08-01 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/mozilla-embed.cpp: (mozilla_embed_dom_mouse_down_cb): * embed/ephy-embed.h: * embed/ephy-embed.c: (ephy_embed_base_init): Restore the "ge_dom_mouse_down" signal.
Diffstat (limited to 'embed/ephy-embed.h')
-rw-r--r--embed/ephy-embed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h
index aec3d87a9..27fe2e504 100644
--- a/embed/ephy-embed.h
+++ b/embed/ephy-embed.h
@@ -184,6 +184,8 @@ struct EphyEmbedClass
gint height);
gint (* dom_mouse_click) (EphyEmbed *embed,
EphyEmbedEvent *event);
+ gint (* dom_mouse_down) (EphyEmbed *embed,
+ EphyEmbedEvent *event);
void (* security_change) (EphyEmbed *embed,
EmbedSecurityLevel level);
void (* zoom_change) (EphyEmbed *embed,