freebsd-ports/audio/xmixer/files/patch-Xw_Base.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
309 B
C

--- Xw/Base.c.orig 1999-02-05 16:30:23 UTC
+++ Xw/Base.c
@@ -89,8 +89,8 @@ static XtActionsRec actions [] = {
* default translation table
*/
static char defaultTranslations [] = "\
-<FocusIn>: focus(in)
-<FocusOut>: focus(out)
+<FocusIn>: focus(in)\n\
+<FocusOut>: focus(out)\n\
<Key>Tab: tab()";
/*