Mercurial > pidgin.yaz
changeset 11844:a0956e22fdde
[gaim-migrate @ 14135]
Is there a reason this wasn't static?
committer: Tailor Script <tailor@pidgin.im>
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 26 Oct 2005 11:53:50 +0000 |
parents | 6539e6aa8ae6 |
children | 9beb663a6fb5 |
files | src/gtkimhtml.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkimhtml.c Wed Oct 26 10:53:16 2005 +0000 +++ b/src/gtkimhtml.c Wed Oct 26 11:53:50 2005 +0000 @@ -512,7 +512,8 @@ return FALSE; } -gboolean gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer data) +static gboolean +gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer data) { GtkTextIter iter; GdkWindow *win = event->window;