summaryrefslogtreecommitdiff
path: root/audio/xmmix/patches/patch-bd
blob: 144785e584de21a4b568b8c7b37ed6d945353179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bd,v 1.1 2000/11/02 14:24:32 mjl Exp $

--- ../xmmix-1.2/widget.h	Sun Jul 14 19:49:10 1996
+++ ./widget.h	Mon Aug 11 23:13:43 1997
@@ -119,7 +119,7 @@
 extern void	widget_init(widgets_t *);
 extern void	create_widgets(widgets_t *);
 extern void	post_realize_config(widgets_t *);
-extern void	register_callbacks(widgets_t *);
+extern void	register_callbacks(widgets_t *, XtAppContext);
 
 #endif /* __WIDGET_H__ */