diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-25 11:17:00 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-25 11:17:00 -0500 |
commit | f9c0d0e246edf07c25a4917bf201d61f49a53484 (patch) | |
tree | 34ff3661cbfb182f033a9ffd7707a57af4738d27 /tdekbdledsync/getfd.h | |
parent | 7816ebcadcc73387debb97e1fdb79569e7440018 (diff) | |
download | tdebase-f9c0d0e246edf07c25a4917bf201d61f49a53484.tar.gz tdebase-f9c0d0e246edf07c25a4917bf201d61f49a53484.zip |
Add lightweight daemon to synchronize keyboard indicators to current xkb state
Start keyboard indicator sync daemon on tdm load
This resolves Bug 427
Diffstat (limited to 'tdekbdledsync/getfd.h')
-rw-r--r-- | tdekbdledsync/getfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdekbdledsync/getfd.h b/tdekbdledsync/getfd.h new file mode 100644 index 000000000..991f33d4a --- /dev/null +++ b/tdekbdledsync/getfd.h @@ -0,0 +1 @@ +extern int getfd(const char *fnam); |