Parent Directory | Revision Log
- add upstream to replace AppIndicator with minimal KStatusNotifier
1 | diff --git a/src/daemon/devnode.h b/src/daemon/devnode.h |
2 | index a0b3a93..349e778 100644 |
3 | --- a/src/daemon/devnode.h |
4 | +++ b/src/daemon/devnode.h |
5 | @@ -5,7 +5,7 @@ |
6 | #include "usb.h" |
7 | |
8 | /// Device path base ("/dev/input/ckb" or "/var/run/ckb") |
9 | -const char *const devpath; |
10 | +extern const char *const devpath; |
11 | |
12 | /// Group ID for the control nodes. -1 to give read/write access to everybody |
13 | extern long gid; |
ViewVC Help | |
Powered by ViewVC 1.1.30 |