diff src/gtkimhtml.c @ 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 047f85200139
children ff02464a079f
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;