diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-15 23:00:42 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-15 23:00:42 +0800 |
commit | d9dbf128b234992f938c6800f31891800c68626c (patch) | |
tree | 1c4d71356cc6cc7c82498a031765277e9182bf72 /embed/ephy-embed-event.h | |
parent | 3af933af0fb76029084541a4ecb0e85d9938e58e (diff) | |
download | gsoc2013-epiphany-d9dbf128b234992f938c6800f31891800c68626c.tar.gz gsoc2013-epiphany-d9dbf128b234992f938c6800f31891800c68626c.tar.zst gsoc2013-epiphany-d9dbf128b234992f938c6800f31891800c68626c.zip |
Use new INIT macros (from galeon).
2003-06-15 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in:
Use new INIT macros (from galeon).
* embed/ephy-embed-event.c: (ephy_embed_event_get_coords):
* embed/ephy-embed-event.h:
* embed/mozilla/EventContext.cpp:
* embed/mozilla/EventContext.h:
* embed/mozilla/mozilla-embed.cpp:
mozilla api changes (from galeon). Untested.
Diffstat (limited to 'embed/ephy-embed-event.h')
-rw-r--r-- | embed/ephy-embed-event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed-event.h b/embed/ephy-embed-event.h index 3c5f3cca4..9291ae6ae 100644 --- a/embed/ephy-embed-event.h +++ b/embed/ephy-embed-event.h @@ -59,7 +59,7 @@ struct EphyEmbedEvent guint modifier; guint mouse_button; guint context; - guint mouse_x, mouse_y; + guint x, y; }; struct EphyEmbedEventClass @@ -76,7 +76,7 @@ guint ephy_embed_event_get_modifier (EphyEmbedEvent *event); gresult ephy_embed_event_get_mouse_button (EphyEmbedEvent *event, guint *mouse_button); -gresult ephy_embed_event_get_mouse_coords (EphyEmbedEvent *event, +gresult ephy_embed_event_get_coords (EphyEmbedEvent *event, guint *x, guint *y); gresult ephy_embed_event_get_context (EphyEmbedEvent *event, |