diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-24 15:23:03 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-07-24 15:23:03 +0000 |
commit | ed7782ad8b9c55085161fb09d3f5efaeedbf64bf (patch) | |
tree | 30a0b325d3c471d7d626e66cf7853fa37aad09ee /audio | |
parent | bb475e4713d66cc8134ccc4baef8b99b10bf356c (diff) | |
download | ports-ed7782ad8b9c55085161fb09d3f5efaeedbf64bf.tar.gz ports-ed7782ad8b9c55085161fb09d3f5efaeedbf64bf.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmixer/files/patch-Xw::Base.c | 13 |
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()"; + + /* |