Ethereal-cvs: [Ethereal-cvs] r11499 - in trunk: . gtk: trunk/color.h trunk/gtk/color_dlg.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Fri, 23 Jul 2004 20:16:46 -0500 (CDT)
Author: guy
Date: Fri Jul 23 20:16:45 2004
New Revision: 11499

Modified:
   trunk/color.h
   trunk/gtk/color_dlg.h
   trunk/gtk/color_filters.c
Log:
Move the declaration of "color_add_filter_cb()" to "color.h", as,
although it currently takes a pointer to a GtkWidget as its second
argument, that argument is actually a "void *", so it's sort-of
toolkit-independent.

That lets us get rid of all GTK+ references in "gtk/color_filters.c", so
we can move it up to the top-level directory; get rid of the <gtk/gtk.h>
include, in favor of a <glib.h> include.