aboutsummaryrefslogtreecommitdiff
path: root/audio/xmixer
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmixer')
-rw-r--r--audio/xmixer/files/patch-Xw::Base.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmixer/files/patch-Xw::Base.c b/audio/xmixer/files/patch-Xw::Base.c
new file mode 100644
index 000000000000..09d7560f3f31
--- /dev/null
+++ b/audio/xmixer/files/patch-Xw::Base.c
@@ -0,0 +1,13 @@
+--- Xw/Base.c.orig Wed Jul 23 03:56:03 2003
++++ Xw/Base.c Wed Jul 23 03:56:43 2003
+@@ -89,8 +89,8 @@
+ * default translation table
+ */
+ static char defaultTranslations [] = "\
+-<FocusIn>: focus(in)
+-<FocusOut>: focus(out)
++<FocusIn>: focus(in)\n\
++<FocusOut>: focus(out)\n\
+ <Key>Tab: tab()";
+
+ /*