aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-17 16:35:26 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-17 16:35:26 +0000
commit25e6749eb4c65abe0a2761beb3baf0c54050e047 (patch)
treef5502b917117b0ab16cad12e3d40031a29811b18 /gtk/packet_list.h
parentd69ae05d29400d76da0657dd50c18742d5bd86c6 (diff)
move font related stuff to new file font_utils.c/.h
do some font related renaming/code cleanup svn path=/trunk/; revision=11166
Diffstat (limited to 'gtk/packet_list.h')
-rw-r--r--gtk/packet_list.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/gtk/packet_list.h b/gtk/packet_list.h
index fed62a8c08..1b4fe0cd44 100644
--- a/gtk/packet_list.h
+++ b/gtk/packet_list.h
@@ -1,7 +1,7 @@
/* packet_list.h
* Declarations of GTK+-specific routines for managing the packet list.
*
- * $Id: packet_list.h,v 1.4 2004/06/04 17:16:58 ulfl Exp $
+ * $Id: packet_list.h,v 1.5 2004/06/17 16:35:25 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -79,19 +79,11 @@ extern void update_marked_frames(void);
extern gboolean packet_list_get_event_row_column(GtkWidget *widget,
GdkEventButton *event_button, gint *row, gint *column);
-#if GTK_MAJOR_VERSION < 2
/** Set the font of the packet list.
*
* @param font the new font
*/
-extern void set_plist_font(GdkFont *font);
-#else
-/** Set the font of the packet list.
- *
- * @param font the new font
- */
-extern void set_plist_font(PangoFontDescription *font);
-#endif
+extern void set_plist_font(FONT_TYPE *font);
/** Set the selection mode of the packet list window.
*