From c5e729b4bccbb7fd2dac7efba5e06e5260a541b9 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Tue, 10 Mar 1998 05:52:52 +0000 Subject: [PATCH] la de da, add back the prototype I just removed -mig, thanks again snorf --- gtk/gtkclist.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index be32f889c..d3ad6621f 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -153,6 +153,11 @@ static void gtk_clist_size_request (GtkWidget * widget, GtkRequisition * requisition); static void gtk_clist_size_allocate (GtkWidget * widget, GtkAllocation * allocation); +static gint get_selection_info (GtkCList * clist, + gint x, + gint y, + gint * row, + gint * column); /* GtkContainer Methods */ static void gtk_clist_foreach (GtkContainer * container,