openbsd-ports/audio/xmmix/patches/patch-widget_h
naddy bfa330f604 Submitted by Dan Weeks <danimal@danimal.org>:
* md5->distinfo
* rename/update patches
* updated homepage and master_sites
* take over maintainership
2002-01-14 13:47:21 +00:00

13 lines
446 B
Plaintext

$OpenBSD: patch-widget_h,v 1.1 2002/01/14 13:47:22 naddy Exp $
--- widget.h.orig Sun Jul 14 19:49:10 1996
+++ widget.h Mon Jan 14 14:41:27 2002
@@ -119,7 +119,7 @@ typedef struct {
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__ */