diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-24 16:40:48 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-24 16:40:48 +0000 |
commit | 0cb1c4965f4fcca3f6cdba850d91e34870296edb (patch) | |
tree | f607fddfcc423cee507daa3ce41445da170de791 /x11/showkeys/files/patch-keystack.c | |
parent | Improve RELRO description (diff) |
New port: x11/showkeys
Showkeys is a simple program to display keys being pressed on the screen.
WWW: https://github.com/nibrahim/showkeys
Notes
Notes:
svn path=/head/; revision=529051
Diffstat (limited to 'x11/showkeys/files/patch-keystack.c')
-rw-r--r-- | x11/showkeys/files/patch-keystack.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/showkeys/files/patch-keystack.c b/x11/showkeys/files/patch-keystack.c new file mode 100644 index 000000000000..11cf5c737d9f --- /dev/null +++ b/x11/showkeys/files/patch-keystack.c @@ -0,0 +1,10 @@ +--- keystack.c.orig 2020-03-24 16:28:07 UTC ++++ keystack.c +@@ -11,6 +11,7 @@ + #include <stdlib.h> + #include <string.h> + ++#include "config.h" + #include "keystack.h" + + static void |