diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:42:39 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 02:42:39 +0000 |
commit | 0c99c03a15f5e9bdf75d736c8bc6be3ed95270e0 (patch) | |
tree | 7e028e14d8b75776f404b102e39705aa64f35aa4 /misc/hotkeys/files/patch-src-conf.c | |
parent | Add bnf 1.6.9, a program to generate a C parser given a (diff) |
Add hotkeys 0.5.7.1, a program that allows usage of special keys on
internet/multimedia keyboards.
PR: 52616
Submitted by: Andy Pavlo <amp0928@rit.edu>
Notes
Notes:
svn path=/head/; revision=82098
Diffstat (limited to 'misc/hotkeys/files/patch-src-conf.c')
-rw-r--r-- | misc/hotkeys/files/patch-src-conf.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/hotkeys/files/patch-src-conf.c b/misc/hotkeys/files/patch-src-conf.c new file mode 100644 index 000000000000..303adee7049b --- /dev/null +++ b/misc/hotkeys/files/patch-src-conf.c @@ -0,0 +1,21 @@ +--- src/conf.c.orig Wed Nov 27 14:30:08 2002 ++++ src/conf.c Sun May 11 16:01:17 2003 +@@ -25,7 +25,7 @@ + #include "common.h" + + #include <stdio.h> +-#include <db.h> ++#include </usr/local/include/db3/db.h> + #include <string.h> + #include <sys/param.h> + +@@ -68,6 +68,9 @@ + "Shopping", "mozilla -remote 'openURL(http://thinkgeek.com)'", + "Go", "mozilla -remote 'openURL(http://linux.com)'", + "Print", "lpr", ++ "Messenger", "gaim", ++ "Webcam", "\0", ++ "Media", "xmms", + /* + "Screendump", "xwd -root", + */ |