diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 14:02:16 +0000 |
commit | ba06c2d6a37dc081a3a8c5a01426a0a009428ca9 (patch) | |
tree | 7b1cdea9a21ff4ed307e29514e9d8286d9d83dfa /print/bibview/files/patch-ComboBo.h | |
parent | Stage, and pull the patches into a sed command. (diff) |
Rename p*/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'print/bibview/files/patch-ComboBo.h')
-rw-r--r-- | print/bibview/files/patch-ComboBo.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/bibview/files/patch-ComboBo.h b/print/bibview/files/patch-ComboBo.h new file mode 100644 index 000000000000..21f1cbd53033 --- /dev/null +++ b/print/bibview/files/patch-ComboBo.h @@ -0,0 +1,12 @@ +--- ComboBo.h.orig Thu Nov 25 08:11:05 1993 ++++ ComboBo.h Tue Sep 23 20:03:24 1997 +@@ -23,7 +23,9 @@ + + #define XtNselectCallback "selectCallback" + #define XtNselectMenu "selectMenu" ++#ifndef XtNcancelCallback + #define XtNcancelCallback "cancelCallback" ++#endif + #define XtNmargin "margin" + #define XtNnumberRows "numberRows" + #define XtNshowDotFiles "showDotFiles" |