comparison 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
comparison
equal deleted inserted replaced
11843:6539e6aa8ae6 11844:a0956e22fdde
510 g_object_unref(layout); 510 g_object_unref(layout);
511 511
512 return FALSE; 512 return FALSE;
513 } 513 }
514 514
515 gboolean gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer data) 515 static gboolean
516 gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer data)
516 { 517 {
517 GtkTextIter iter; 518 GtkTextIter iter;
518 GdkWindow *win = event->window; 519 GdkWindow *win = event->window;
519 int x, y; 520 int x, y;
520 char *tip = NULL; 521 char *tip = NULL;