diff options
Diffstat (limited to 'audio/xmms-crossfade/patches/patch-monitorh')
-rw-r--r-- | audio/xmms-crossfade/patches/patch-monitorh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/xmms-crossfade/patches/patch-monitorh b/audio/xmms-crossfade/patches/patch-monitorh new file mode 100644 index 00000000000..3111166bcfc --- /dev/null +++ b/audio/xmms-crossfade/patches/patch-monitorh @@ -0,0 +1,16 @@ +$NetBSD: patch-monitorh,v 1.1 2007/05/23 12:00:04 rillig Exp $ + +Local variables don't belong into header files. + +--- monitor.h.orig 2001-01-24 12:39:58.000000000 +0100 ++++ monitor.h 2007-05-23 13:54:09.000000000 +0200 +@@ -31,9 +31,4 @@ gint xfade_update_monitor (gpointer us + void xfade_start_monitor (); + void xfade_stop_monitor (); + +-extern GtkWidget *monitor_win; +-extern GtkWidget *monitor_display_drawingarea; +-extern GtkEntry *monitor_output_entry; +-extern GtkProgress *monitor_output_progress; +- + #endif /* _MONITOR_H_ */ |