diff options
author | Olivier Abad <oabad@noos.fr> | 2002-09-21 11:36:30 +0000 |
---|---|---|
committer | Olivier Abad <oabad@noos.fr> | 2002-09-21 11:36:30 +0000 |
commit | d72aca0b7ec946e137da3d04418ea6f4a4dc77d8 (patch) | |
tree | 0662da2707b2b10450d3dd11b484e2887c32ab10 /gtk/packet_win.h | |
parent | 820af9e2f22e0a84417fde57b7ef1d4c537a8a19 (diff) | |
download | wireshark-d72aca0b7ec946e137da3d04418ea6f4a4dc77d8.tar.gz wireshark-d72aca0b7ec946e137da3d04418ea6f4a4dc77d8.tar.bz2 wireshark-d72aca0b7ec946e137da3d04418ea6f4a4dc77d8.zip |
Removed all gtk calls in file.c :
- created a few packet_list_xxx functions (ui_util.h gtk/packet_list.c
gtk2/packet_list.c) ;
- removed almost all "gtk/xxx" and "gtk2/xxx" includes in file.c
The only remaining includes are related to color filters. We have to
make color_filter_t GUI independent by replacing GdkColor with color_t.
I'll work on this later.
svn path=/trunk/; revision=6311
Diffstat (limited to 'gtk/packet_win.h')
-rw-r--r-- | gtk/packet_win.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk/packet_win.h b/gtk/packet_win.h index 331ba89845..86797e2765 100644 --- a/gtk/packet_win.h +++ b/gtk/packet_win.h @@ -3,7 +3,7 @@ * * Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com> * - * $Id: packet_win.h,v 1.8 2002/08/28 21:03:48 jmayer Exp $ + * $Id: packet_win.h,v 1.9 2002/09/21 11:36:27 oabad Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -30,9 +30,6 @@ /* Create a new packet window. */ extern void new_window_cb(GtkWidget *w); -/* Destroy all popup packet windows. */ -void destroy_packet_wins(void); - /* Redraw the hex dump panes of all packet windows. */ void redraw_hex_dump_packet_wins(void); |