diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/xcdplayer/files/patch-button__setup.c | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=419133
Diffstat (limited to 'audio/xcdplayer/files/patch-button__setup.c')
-rw-r--r-- | audio/xcdplayer/files/patch-button__setup.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/xcdplayer/files/patch-button__setup.c b/audio/xcdplayer/files/patch-button__setup.c index fb793da4f1d7..5a68446cb5ac 100644 --- a/audio/xcdplayer/files/patch-button__setup.c +++ b/audio/xcdplayer/files/patch-button__setup.c @@ -1,8 +1,8 @@ $NetBSD: pkgsrc/audio/xcdplayer/patches/patch-ad,v 1.4 2005/12/11 20:48:46 joerg Exp $ ---- button_setup.c.orig Tue Jan 12 19:59:47 1993 -+++ button_setup.c Mon Aug 25 00:38:35 2003 +--- button_setup.c.orig 1993-01-12 18:59:47 UTC ++++ button_setup.c @@ -20,6 +20,9 @@ # include <X11/Xaw/Toggle.h> @@ -37,11 +37,10 @@ $NetBSD: pkgsrc/audio/xcdplayer/patches/patch-ad,v 1.4 2005/12/11 20:48:46 joerg static Widget buttons_form_widget; static Widget play_button_widget; -@@ -71,25 +91,6 @@ - Widget parent_widget; +@@ -72,25 +92,6 @@ button_setup(parent_widget) { Arg args[1]; -- + - extern void title_dialog_setup(); - extern void play_button_setup(); - extern void stop_button_setup(); @@ -60,6 +59,7 @@ $NetBSD: pkgsrc/audio/xcdplayer/patches/patch-ad,v 1.4 2005/12/11 20:48:46 joerg - extern void pgm_button_setup(); - extern void buttons_reset(); - - +- buttons_form_widget = XtCreateManagedWidget("buttonsForm", formWidgetClass, + parent_widget, |